Skip to content

Commit

Permalink
Footer/nav routing Update Events routing & add Privacy Policy routing (
Browse files Browse the repository at this point in the history
…#1136)

* fix Events routing by removing preceeding '/'

* Add privacy policy routing to footer nav
  • Loading branch information
Shane-Donlon authored Oct 16, 2024
1 parent 4c064e9 commit f8c9145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/site_settings.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export const footerNav = [
{ name: "Home", href: "/" },
{ name: "Articles", href: "/articles" },
{ name: "Events", href: "/https://www.meetup.com/codu-community/" },
{ name: "Events", href: "https://www.meetup.com/codu-community/" },
{ name: "Sponsorship", href: "/sponsorship" },
{ name: "Code Of Conduct", href: "/code-of-conduct" },
{ name: "Privacy Policy", href: "/privacy" },
];

export const navigation = [
Expand Down

0 comments on commit f8c9145

Please sign in to comment.