Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Oct 29, 2024
1 parent 26cfd92 commit 8d2b003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
13 changes: 0 additions & 13 deletions src/components/omniSidebarNav/submenus/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ const about = () => {
]),
],
};













};

export default about;

0 comments on commit 8d2b003

Please sign in to comment.