From 1a3cb47ca9e8c5b29cf8147b7a7429e6e4f335bd Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Sat, 18 Oct 2025 13:58:45 -0400 Subject: [PATCH 1/2] Finalize footer --- src/components/layout/Footer.svelte | 42 ++++++++++++----------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/src/components/layout/Footer.svelte b/src/components/layout/Footer.svelte index d17c167..a75c5bd 100644 --- a/src/components/layout/Footer.svelte +++ b/src/components/layout/Footer.svelte @@ -32,12 +32,6 @@ url: 'mailto:ecsess.president@mcgilleus.ca', icon: 'email', ariaLabel: 'Send us an email' - }, - { - name: 'Lounge Location', - url: 'https://maps.app.goo.gl/4RHKGJEE8FfcDs1H8', - icon: 'location', - ariaLabel: 'View lounge location on map' } ]; @@ -45,19 +39,17 @@