Skip to content

Commit

Permalink
button go to game -> left on the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Donot committed Jun 17, 2024
1 parent edf3649 commit 6ec8acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
</head>
<body>
<nav>
<button id="navButton1">Global Leaderboard</button>
<button id="navButton2">Map Leaderboard</button>
<a href="index.html">
<img src="img/button_game.png" alt="Game">
</a>
<button id="navButton1">Global Leaderboard</button>
<button id="navButton2">Map Leaderboard</button>
</nav>
<div class="leaderboard-container">
<h1>Global Leaderboard</h1>
Expand Down

0 comments on commit 6ec8acb

Please sign in to comment.