From f58aeaae41205cf7bb3033714a8c6ee701875c28 Mon Sep 17 00:00:00 2001 From: Youngbin Han Date: Mon, 25 Nov 2024 17:50:01 +0900 Subject: [PATCH] Update navigation for about page --- src/config.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/config.ts b/src/config.ts index 5cb7851..b434c53 100644 --- a/src/config.ts +++ b/src/config.ts @@ -15,13 +15,8 @@ export const WebsiteConfig = { navigation: [ { label: "About", - link: "#", - childs: [ - { - label: "About the event", - link: "/about", - } - ] + link: "/about", + childs: [] }, { label: "Venue & Travel",