Skip to content

Commit

Permalink
added platform to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
AVDestroyer committed Apr 22, 2024
1 parent 4ea34ee commit bd47999
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ export default function Navbar() {
<Link className={styles.hoverable} href="/archive">
<li>Archive</li>
</Link>
<Link
className={styles.hoverable}
href="https://platform.acmcyber.com/"
>
<li>Platform</li>
</Link>
<li>
<button
onClick={() => (window.location.href = "/join")}
Expand Down

0 comments on commit bd47999

Please sign in to comment.