mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: use href for navbar /about link enable to make a redirect, fix #385
This commit is contained in:
parent
b40bef4fea
commit
e17ee4982c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<v-spacer/>
|
||||
|
||||
<div class='d-flex'>
|
||||
<v-btn icon large to='/about' :title='$t("common.about")' :aria-label='$t("common.about")'>
|
||||
<v-btn icon large href='/about' :title='$t("common.about")' :aria-label='$t("common.about")'>
|
||||
<v-icon v-text='mdiInformation' />
|
||||
</v-btn>
|
||||
<v-btn icon large @click='toggleDark'>
|
||||
|
|
Loading…
Reference in a new issue