This commit is contained in:
les
2021-04-26 23:18:16 +02:00
parent 0cbd419210
commit 8519b26c05
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
v-footer(color='secondary')
v-btn(color='primary' text href='https://gancio.org') Gancio {{settings.version}}
v-btn(v-for='link in settings.footerLinks'
:key='link.label' color='primary' text :href='link.href') {{link.label}}
:key='link.label' color='primary' text :to='link.href') {{link.label}}
v-menu(v-if='settings.enable_trusted_instances && settings.trusted_instances && settings.trusted_instances.length'
offset-y bottom open-on-hover transition="slide-y-transition")