Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit c2d1987

Browse files
authored
Merge pull request #28 from SkyfallWasTaken/main
Fix fiscal sponsorship info
2 parents 54909f3 + 6316ce6 commit c2d1987

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/layouts/components/Footer.astro

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ const today = new Date();
3838
<div class='justify-center flex gap-4 py-8 prose text-sm text-center'>
3939
<div>
4040
<p class='max-w-[700px] underline mx-4'>
41-
Zenith 2025 is a community-run part of The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499).
42-
Contributions are tax-deductible to the fullest extent allowed by law.
41+
Zenith 2025 is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499).
4342
</p>
4443
<p>
45-
Zenith 2025 is independently run and not an official event by the Hack Club Foundation. <br />
46-
Information on this website may be inaccurate or subject to change.
47-
Zenith 2025 is not responsible for any errors or omissions.
44+
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.
4845
</p>
4946
</div>
5047
</div>

src/layouts/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { Image } from "astro:assets";
55
66
const menu = [
77
{
8-
link: "#about",
8+
link: "/#about",
99
label: "About"
1010
},
1111
{
12-
link: "#sponsors",
12+
link: "/#sponsors",
1313
label: "Sponsors"
1414
}
1515
];

0 commit comments

Comments
 (0)