[site/docs][s]: remove link to section at bottom of pages as not used atm.

This commit is contained in:
Rufus Pollock 2021-06-20 22:10:54 +02:00
parent b307009641
commit 59298543da

View File

@ -10,11 +10,6 @@ export default function Docs({ title, mdFile }) {
return (
<Layout title="Portal.js Documentation - {title}">
<Prose mdFile={mdFile}>
<p className="text-center">
<Link href="/installation">
<button>Next Page</button>
</Link>
</p>
</Prose>
</Layout>
)