From 51bb02f602aed14aca1f8b1e7232a28c66236dc2 Mon Sep 17 00:00:00 2001 From: Mahad Kalam <55807755+SkyfallWasTaken@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:38:53 +0100 Subject: [PATCH 1/2] Fix header links when not on homepage --- src/layouts/components/Header.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/components/Header.astro b/src/layouts/components/Header.astro index af50547..5ea7eea 100644 --- a/src/layouts/components/Header.astro +++ b/src/layouts/components/Header.astro @@ -5,11 +5,11 @@ import { Image } from "astro:assets"; const menu = [ { - link: "#about", + link: "/#about", label: "About" }, { - link: "#sponsors", + link: "/#sponsors", label: "Sponsors" } ]; From 6316ce6370086996c530b194cb293ec728937184 Mon Sep 17 00:00:00 2001 From: Mahad Kalam <55807755+SkyfallWasTaken@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:41:26 +0100 Subject: [PATCH 2/2] Update fiscal sponsorship info --- src/layouts/components/Footer.astro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/layouts/components/Footer.astro b/src/layouts/components/Footer.astro index 36e7577..fb9b204 100644 --- a/src/layouts/components/Footer.astro +++ b/src/layouts/components/Footer.astro @@ -38,13 +38,10 @@ const today = new Date();

- Zenith 2025 is a community-run part of The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499). - Contributions are tax-deductible to the fullest extent allowed by law. + Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499).

- Zenith 2025 is independently run and not an official event by the Hack Club Foundation.
- Information on this website may be inaccurate or subject to change. - Zenith 2025 is not responsible for any errors or omissions. + Zenith 2025 is not an official Hack Club event. Use of Hack Club branding does not constitute an endorsement, implied or otherwise, of Zenith 2025 by Hack Club.