Skip to content

Commit

Permalink
add game to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 29, 2024
1 parent 7bc35e9 commit 8f9fa8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sites/main-site/src/components/navbar/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ if (onGoingEvents?.length > 0) {
</span></a
>
</li>
<li>
<a class="dropdown-item" href="https://nf-co.re/games/connectgame">Connect game 👾</a>
</li>
</ul>
</li>
<li class="nav-item p-1 px-3 px-xl-1 dropdown">
Expand Down

0 comments on commit 8f9fa8e

Please sign in to comment.