Skip to content

Commit

Permalink
feat: add all tools button to nav bar
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 18, 2024
1 parent d957ac8 commit 6067ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<li class="grow w-64 md:w-96">
<Search :placeholder="placeHolder" />
</li>
<router-link to="/search?q=." class="text-white hover:text-green-300">All Tools</router-link>
<li class="hidden md:block"><a :href="githubLink" class="text-white hover:text-green-300">GitHub</a></li>
<li class="hidden md:block"><a :href="docsLink" class="text-white hover:text-green-300 mr-5">Docs</a></li>
</ul>
Expand Down

0 comments on commit 6067ca2

Please sign in to comment.