mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 15:53:06 +00:00
notes and upgrade links
This commit is contained in:
parent
75895000af
commit
214df11f54
1 changed files with 11 additions and 1 deletions
|
@ -22,6 +22,15 @@
|
|||
<icon name="tag" />
|
||||
</b-button>
|
||||
|
||||
<b-button
|
||||
variant="link"
|
||||
:title="$t('navMenu.notes')"
|
||||
:to="{ name: 'notes' }"
|
||||
v-b-tooltip.hover.right
|
||||
>
|
||||
<icon name="note" />
|
||||
</b-button>
|
||||
|
||||
<b-button
|
||||
variant="link"
|
||||
:title="$t('navMenu.wallpapers')"
|
||||
|
@ -68,8 +77,9 @@
|
|||
</b-button>
|
||||
|
||||
<b-button
|
||||
:title="$t('navMenu.about')"
|
||||
:title="$t('navMenu.upgrade')"
|
||||
:to="{ name: 'upgrade' }"
|
||||
variant="link"
|
||||
v-b-tooltip.hover.right
|
||||
>
|
||||
<icon name="star-fill" />
|
||||
|
|
Loading…
Reference in a new issue