Skip to content

Commit

Permalink
feat(docs/index): rename extensions to browse on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Nov 23, 2023
1 parent c7a9d86 commit 766375d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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-body-emphasis">Extensions <span class="badge text-bg-primary">Coming Soon</span></a></li>
<li><a href="#" class="nav-link px-2 link-body-emphasis">Browse <span class="badge text-bg-primary">Coming Soon</span></a></li>
<li><a href="/docs" class="nav-link px-2 link-secondary">Documentation</a></li>
</ul>
<a href="#"><button type="button" class="btn btn-primary">Download</button></a>
Expand All @@ -38,7 +38,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" href="#">Extensions <span class="badge text-bg-primary">Coming Soon</span></a></li>
<li><a class="dropdown-item rounded-2" href="#">Browse <span class="badge text-bg-primary">Coming Soon</span></a></li>
<li><a class="dropdown-item rounded-2 disabled" href="/docs">Documentation</a></li>
<li>
<hr class="dropdown-divider">
Expand Down Expand Up @@ -145,4 +145,4 @@
window.location="?page=Error"
});
</script>
</body>
</body>

0 comments on commit 766375d

Please sign in to comment.