Skip to content

Commit

Permalink
Fix navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 2, 2024
1 parent ffa0a80 commit d0debef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<h3 class="slv-sidebar-brand">Silver</h3>
<a href="https://github.com/calamity-inc/Silver" class="slv-item" target="_blank">Github</a>
<div class="slv-divider"></div>
<a href="/text" class="slv-item">Text</a>
<a href="text" class="slv-item">Text</a>
<div class="slv-divider"></div>
<a href="/buttons" class="slv-item">Buttons</a>
<a href="/container" class="slv-item">Container</a>
<a href="/tooltips" class="slv-item">Tooltips</a>
<a href="/utility" class="slv-item">Utility</a>
<a href="buttons" class="slv-item">Buttons</a>
<a href="container" class="slv-item">Container</a>
<a href="tooltips" class="slv-item">Tooltips</a>
<a href="utility" class="slv-item">Utility</a>
</div>

0 comments on commit d0debef

Please sign in to comment.