Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import SearchDialog from './SearchDialog.astro';
<wa-icon label="Search" name="magnifying-glass" variant="solid" class="nav-icon brand-text"></wa-icon>
<span class="brand-text">Search</span>
</button>
<a href="/browse" class="nav-link">
<wa-icon label="Browse" name="book-open" variant="solid" class="nav-icon brand-text"></wa-icon>
<span class="brand-text">Browse</span>
</a>
<a href="/about" class="nav-link">
<wa-icon label="About" name="circle-info" variant="solid" class="nav-icon brand-text"></wa-icon>
<span class="brand-text">About</span>
Expand Down
Loading
Loading