Skip to content

Commit 96e9bc2

Browse files
Update leaderboard.html
1 parent 94e3d70 commit 96e9bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leaderboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ <h2 class="site-title">The Coders Club</h2>
261261
</div>
262262

263263
<div class="button-container">
264-
<button class="b-nav-button active-nav-button" onclick="window.location.href='index.html';">Home</button>
264+
<button class="b-nav-button" onclick="window.location.href='index.html';">Home</button>
265265
<button class="b-nav-button" onclick="window.location.href='weeklycontent.html';">Weekly Content</button>
266266
<button class="b-nav-button" onclick="window.location.href='quiz.html';">Brain Cache</button>
267267
<button class="b-nav-button" onclick="window.location.href='finalquiz.html';">Mindmash</button>
268-
<button class="b-nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
268+
<button class="b-nav-button active-nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
269269
<button class="b-nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
270270
</div>
271271

0 commit comments

Comments
 (0)