Skip to content

Commit

Permalink
chore(links): update local nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoItsYas committed Oct 14, 2024
1 parent 52709c1 commit a295a80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions src/constants/routes.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ export const ROUTES: { [key: string]: Route } = {
label: "Events",
},
BLOG: {
url: "/#blog",
url: "/blog",
label: "Blog",
},
EXCOM: {
url: "/#excom",
url: "/excom",
label: "Excom",
},
ABOUT_US: {
url: "/#about",
url: "/about-us",
label: "About Us",
},
CONTACT_US: {
url: "/#contact",
url: "/contact-us",
label: "Contact Us",
},
JOIN_US: {
url: "/#join",
url: "/join-us",
label: "Join Us",
},
IEEE_HOME: {
Expand Down

0 comments on commit a295a80

Please sign in to comment.