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

Commit

Permalink
Restore code of conduct
Browse files Browse the repository at this point in the history
  • Loading branch information
hnasheralneam committed Aug 31, 2024
1 parent 28efa9c commit f685dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ const today = new Date();
<p>GitHub: <a class='hover:underline' href='https://github.com/zenith-hacks'>@zenith-hacks</a></p>
<p>Slack: <a class='hover:underline' href='https://hackclub.slack.com/archives/C07HC6711PX'>#hack-zenith-2025</a></p>
<p>Email: <a class='hover:underline' href='mailto:[email protected]'>[email protected]</a></p>
<br />
<br />
<p><a class='hover:underline' href='https://withcabin.com/privacy/zenithhacks.org'>Privacy Policy</a></p>
<p><a class='hover:underline' href='/code-of-conduct'>Code of Conduct</a></p>
<div class='text-sm text-zinc-500'>
<div>Copyright © {today.getFullYear()} Zenith.</div>
</div>
Expand Down

0 comments on commit f685dde

Please sign in to comment.