Skip to content

Commit

Permalink
Minor updates to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jul 15, 2024
1 parent 54dcdf8 commit 08623db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<template v-slot:append>
<v-switch class="d-none d-sm-flex" inset true-icon="fa-regular fa-moon" false-icon="fa-regular fa-sun"
true-value="dark" false-value="light" v-model="mode" />
<v-btn class="d-none d-md-flex" href="https://discord.gg/qmk" icon="fa-brands fa-discord" />
<v-btn class="d-none d-md-flex" href="https://qmk.fm" icon="fa-brands fa-github" />
<v-divider class="mx-2 my-4 d-none d-md-flex" vertical />
<v-btn class="d-none d-md-flex" size="small" href="https://discord.gg/qmk" icon="fa-brands fa-discord" />
<v-btn class="d-none d-md-flex" size="small" href="https://github.com/qmk/qmk_browser" icon="fa-brands fa-github" />
</template>
</v-app-bar>

Expand Down

0 comments on commit 08623db

Please sign in to comment.