From 1323686c5e4caef0d97e9bb2f3c56daeeacdaca4 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Fri, 5 Dec 2025 17:17:10 +0200 Subject: [PATCH] Update index.tsx --- apps/web/src/components/base-org/shared/TopNavigation/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/base-org/shared/TopNavigation/index.tsx b/apps/web/src/components/base-org/shared/TopNavigation/index.tsx index 79afb0d..bc22bca 100644 --- a/apps/web/src/components/base-org/shared/TopNavigation/index.tsx +++ b/apps/web/src/components/base-org/shared/TopNavigation/index.tsx @@ -63,7 +63,7 @@ const links: TopNavigationLink[] = [ }, { name: 'Events', - href: 'https://lu.ma/BaseMeetups', + href: 'https://lu.ma/BaseEvents', }, ], },