Skip to content

Commit

Permalink
clean up sidebar (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Aug 24, 2023
1 parent 02cf9e1 commit 0baa2e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/sidebar-menu.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default [
{ id: 1, path: "/about-me", label: "About Me" },
{ id: 2, path: "/contact-me", label: "Contact Me" },
{ id: 3, path: "/purchase-guide", label: "Purchase Guide" },
{ id: 4, path: "/privacy-policy", label: "Privacy Policy" },
{ id: 5, path: "/terms-of-service", label: "Terms of Service" },
{ id: 1, path: "/about-us", label: "About Us" },
{ id: 2, path: "/contact-us", label: "Contact Us" },
{ id: 3, path: "/apply", label: "Apply" },
{ id: 4, path: "/mentor", label: "Mentor" },
{ id: 5, path: "/code-of-conduct", label: "Code Of Conduct" },
];

1 comment on commit 0baa2e5

@vercel
Copy link

@vercel vercel bot commented on 0baa2e5 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.