[site/docs][s]: remove link to section at bottom of pages as not used atm.
This commit is contained in:
@@ -10,11 +10,6 @@ export default function Docs({ title, mdFile }) {
|
|||||||
return (
|
return (
|
||||||
<Layout title="Portal.js Documentation - {title}">
|
<Layout title="Portal.js Documentation - {title}">
|
||||||
<Prose mdFile={mdFile}>
|
<Prose mdFile={mdFile}>
|
||||||
<p className="text-center">
|
|
||||||
<Link href="/installation">
|
|
||||||
<button>Next Page</button>
|
|
||||||
</Link>
|
|
||||||
</p>
|
|
||||||
</Prose>
|
</Prose>
|
||||||
</Layout>
|
</Layout>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user