Skip to content

Commit

Permalink
fix: update home button
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Mar 22, 2024
1 parent 00428b5 commit 64bb395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="/docs">Home</a>
<a class="navbar-item" href="/">Home</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Libraries</a>
<div class="navbar-dropdown">
Expand Down

0 comments on commit 64bb395

Please sign in to comment.