Skip to content

Commit

Permalink
Use correct font on SideNav tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jan 2, 2025
1 parent e1b58ef commit 190f8f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arches_lingo/src/arches_lingo/components/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ const items = ref([
:key="item.routeName"
>
<RouterLink
v-tooltip="item.linkName"
v-tooltip="{
value: item.linkName,
pt: { text: { style: { fontFamily: 'sans-serif' } } },
}"
:to="{ name: item.routeName }"
class="p-button p-component p-button-primary"
style="text-decoration: none"
Expand Down

0 comments on commit 190f8f5

Please sign in to comment.