Skip to content

Commit

Permalink
Update navigation for about page
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbin-cm committed Nov 25, 2024
1 parent c43d933 commit f58aeaa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ export const WebsiteConfig = {
navigation: [
{
label: "About",
link: "#",
childs: [
{
label: "About the event",
link: "/about",
}
]
link: "/about",
childs: []
},
{
label: "Venue & Travel",
Expand Down

0 comments on commit f58aeaa

Please sign in to comment.