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

Commit

Permalink
Merge pull request #28 from SkyfallWasTaken/main
Browse files Browse the repository at this point in the history
Fix fiscal sponsorship info
  • Loading branch information
leowilkin authored Sep 2, 2024
2 parents 54909f3 + 6316ce6 commit c2d1987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions src/layouts/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ const today = new Date();
<div class='justify-center flex gap-4 py-8 prose text-sm text-center'>
<div>
<p class='max-w-[700px] underline mx-4'>
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).
</p>
<p>
Zenith 2025 is independently run and not an official event by the Hack Club Foundation. <br />
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.
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { Image } from "astro:assets";
const menu = [
{
link: "#about",
link: "/#about",
label: "About"
},
{
link: "#sponsors",
link: "/#sponsors",
label: "Sponsors"
}
];
Expand Down

0 comments on commit c2d1987

Please sign in to comment.