Skip to content

Commit

Permalink
Fix navbar dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jan 7, 2021
1 parent 069b179 commit 426eb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -34,11 +34,11 @@
<span class="icon-bar"></span>
</button>
<li class="dropdown brand">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
<a class="dropdown-toggle" data-target="navbar-dropdown-menu" href="#" data-toggle="dropdown">
<img src="https://nixos.org/logo/nix-wiki.png" alt="NixOS" class="logo" /> NixOS Status <b
class="caret"></b>
</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu" id="navbar-dropdown-menu">
<li><a href="https://nixos.org">NixOS.org</a></li>
</ul>
</li>
Expand All @@ -63,7 +63,7 @@ <h1>NixOS</h1>
<div class="hero12">
<h2>Nix Channel Status</h2>
<p>See the <a href="https://nixos.wiki/wiki/Nix_channels">NixOS Wiki</a>
for information on how channel updates progress.
for information on how channel updates progress.
</p>
</div>

Expand Down

0 comments on commit 426eb39

Please sign in to comment.