From d545569edfd24fe5e4802e6d8fc63eee22810a58 Mon Sep 17 00:00:00 2001 From: Jon Andre Briones Date: Sun, 31 Aug 2025 17:23:23 -0700 Subject: [PATCH] fix: Fall Hacks and Mountain Madness links were wrong --- src/app/components/nav-bar/nav-entries.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/nav-bar/nav-entries.ts b/src/app/components/nav-bar/nav-entries.ts index a6549162..ae930274 100644 --- a/src/app/components/nav-bar/nav-entries.ts +++ b/src/app/components/nav-bar/nav-entries.ts @@ -83,13 +83,13 @@ export const NAVBAR_ENTRIES: NavItem[] = [ key: 'events.fall-hacks', label: 'Fall Hacks', icon: faUpRightFromSquare, - href: 'https://new.sfucsss.org/fall_hacks/2024/index.html' + href: 'https://fall-hacks.sfucsss.org' }, { key: 'events.mountain-madness', label: 'Mountain Madness', icon: faUpRightFromSquare, - href: 'https://new.sfucsss.org/mountain_madness/2024/index.html' + href: 'https://madness.sfucsss.org' }, { key: 'events.archives',