fix footer position
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
v-footer(app absolute color='secondary')
|
v-footer(color='secondary')
|
||||||
v-btn(color='primary' text href='https://gancio.org') Gancio {{settings.version}}
|
v-btn(color='primary' text href='https://gancio.org') Gancio {{settings.version}}
|
||||||
v-btn(v-for='link in settings.footerLinks'
|
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 :href='link.href') {{link.label}}
|
||||||
|
|||||||
Reference in New Issue
Block a user