From 498c0ec8822d60a16f3d0adaee45d80524b769c0 Mon Sep 17 00:00:00 2001 From: Hiroyuki Date: Fri, 28 Jun 2024 15:30:59 +0000 Subject: [PATCH] core: switch upcoming to default in community/events page refs: #294 --- src/components/community-pages/nav-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/community-pages/nav-config.ts b/src/components/community-pages/nav-config.ts index f7836d05..84a8a2d0 100644 --- a/src/components/community-pages/nav-config.ts +++ b/src/components/community-pages/nav-config.ts @@ -8,7 +8,7 @@ export const nav: any = [ }, { label: "Events", // Label for the main menu item. - link: "/community/events/", + link: "/community/events/upcoming", enabled: true, }, // ToDo: temporary remove until new courses are live.