diff --git a/packages/website/src/components/PostLayout.jsx b/packages/website/src/components/PostLayout.jsx index d8aba27d48..f1ffdc2c5e 100644 --- a/packages/website/src/components/PostLayout.jsx +++ b/packages/website/src/components/PostLayout.jsx @@ -85,26 +85,6 @@ const PostLayout = ({ title, pageType, filePath, permalink, children }) => {

{title}

{children} -
- {prev && ( - - {prev.title} - - - - - - )} - {next && ( - - {next.title} - - - - - - )} -