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 #4 from Cral-Cactus/main
Browse files Browse the repository at this point in the history
Update Footer.astro with adding privacy
  • Loading branch information
leowilkin authored Aug 29, 2024
2 parents 051f3e7 + fec4cf8 commit 7cc7307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const today = new Date();
<div class='py-4 border-t'>
<div class="md:flex text-sm text-zinc-500 max-lg:text-center prose justify-between">
<div>Copyright © {today.getFullYear()} Zenith.</div>
<div>Email: <a href="mailto:[email protected]">[email protected]</a></div>
<div>Email: <a href="mailto:[email protected]">[email protected]</a> | <a href="https://withcabin.com/privacy/zenithhacks.org">Privacy Policy</a></div>
</div>
</div>
</footer>
</footer>

0 comments on commit 7cc7307

Please sign in to comment.