Skip to content

Commit

Permalink
undelete the toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
shiloholotu committed May 24, 2024
1 parent 0ee9f80 commit 2f132d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<a class="nav-link" href="/careers">Careers</a>
<a class="nav-link" href="/application">Apply</a>
<a class="nav-link" href="/sources">Sources</a>
<a class="material-icons-outlined" id="modeButton" onclick="switchMode()">dark_mode</a>
<!--<button class="nav-link" onclick="showLoginForm()">Login</button>-->
</div>
</div>
Expand Down

0 comments on commit 2f132d5

Please sign in to comment.