diff --git a/gatsby-node.js b/gatsby-node.js index 2804d56e9a..62fdc5d3ae 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -375,8 +375,8 @@ exports.createPages = ({ graphql, actions }) => { currentPage === 1 ? null : currentPage === 2 - ? `/changelog/` - : `/changelog/page/${currentPage - 1}`; + ? `/changelog/` + : `/changelog/page/${currentPage - 1}`; const previous = currentPage < numPages ? `/changelog/page/${currentPage + 1}` : null; createPage({ diff --git a/src/components/omniSidebarNav/submenus/about.js b/src/components/omniSidebarNav/submenus/about.js index 08ac81ae5a..c9a44a6597 100644 --- a/src/components/omniSidebarNav/submenus/about.js +++ b/src/components/omniSidebarNav/submenus/about.js @@ -19,19 +19,6 @@ const about = () => { ]), ], }; - - - - - - - - - - - - - }; export default about;