Skip to content

Commit ad2c27f

Browse files
authored
Fix: Fall Hacks and Mountain Madness links were wrong (#196)
Description: On the navigation bar, the links to Fall Hacks and Mountain Madness were pointing to the `new.sfucsss.org` links. Root cause: The URL they were using was wrong Fix: Changed the URLs to the proper versions.
1 parent 3e2e701 commit ad2c27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/nav-bar/nav-entries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ export const NAVBAR_ENTRIES: NavItem[] = [
8383
key: 'events.fall-hacks',
8484
label: 'Fall Hacks',
8585
icon: faUpRightFromSquare,
86-
href: 'https://new.sfucsss.org/fall_hacks/2024/index.html'
86+
href: 'https://fall-hacks.sfucsss.org'
8787
},
8888
{
8989
key: 'events.mountain-madness',
9090
label: 'Mountain Madness',
9191
icon: faUpRightFromSquare,
92-
href: 'https://new.sfucsss.org/mountain_madness/2024/index.html'
92+
href: 'https://madness.sfucsss.org'
9393
},
9494
{
9595
key: 'events.archives',

0 commit comments

Comments
 (0)