Skip to content

Commit

Permalink
Restore insiders navbar item
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Oct 27, 2023
1 parent fc75567 commit 6ba7189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<!-- Topbar Navbar -->
<p class="text-left brand-title mt-3 ml-2"></p>
<ul class="navbar-nav ml-auto">
<!-- Nav Item - Insiders -->
<div class="insiders mt-4">
<a href="https://docs.raspap.com/insiders" target="_blank"><i class="fas fa-heart mr-3" style="color: #e63946"></i></a>
</div>
<!-- Nav Item - Night mode -->
<div class="custom-control custom-switch mt-4">
<input type="checkbox" class="custom-control-input" id="night-mode" <?php echo getNightmode() ? 'checked' : null ; ?> >
Expand Down

0 comments on commit 6ba7189

Please sign in to comment.