Skip to content

Commit

Permalink
changing appbar tooltips (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 authored Oct 8, 2024
1 parent f0ecb8e commit e0297de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/default/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

<!-- page links -->
<v-col class="d-none d-sm-flex" id="pagelinks">
<v-btn v-for="(item, i) in links" :key="i" :value="item" v-tippy="item.tippy"
<v-btn v-for="(item, i) in links" :key="i" :value="item"
v-tippy='{"content": `${item.tippy}`, "placement": "bottom", "popperOptions": {"strategy": "fixed"}}'
:prepend-icon="item.icon">
<RouterLink :to="item.site">{{item.text}}</RouterLink>
</v-btn>
Expand Down

0 comments on commit e0297de

Please sign in to comment.