Skip to content

Commit

Permalink
feat: make navbar work
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 29, 2024
1 parent 0631e2f commit ab9e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse/extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="../../" class="nav-link px-2 link-body-emphasis">Home</a></li>
<li><a href="../" class="nav-link px-2 link-secondary">Browse</a></li>
<li><a href="../" class="nav-link px-2 link-body-emphasis">Browse</a></li>
<li><a href="../../docs" class="nav-link px-2 link-body-emphasis">Documentation</a></li>
</ul>
<ul class="navbar-nav flex-row flex-wrap ms-md-auto">
Expand Down Expand Up @@ -74,7 +74,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-end gap-1 p-2 rounded-3 mx-0 border-0 shadow w-220px">
<li><a class="dropdown-item rounded-2" href="../../">Home</a></li>
<li><a class="dropdown-item rounded-2 disabled" href="../">Browse</a></li>
<li><a class="dropdown-item rounded-2" href="../">Browse</a></li>
<li><a class="dropdown-item rounded-2" href="../../docs">Documentation</a></li>
<li>
<hr class="dropdown-divider">
Expand Down

0 comments on commit ab9e760

Please sign in to comment.