fix footer position

This commit is contained in:
les
2021-03-24 21:05:48 +01:00
parent 0dc156e540
commit 8a6f537940

View File

@@ -1,5 +1,5 @@
<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(v-for='link in settings.footerLinks'
:key='link.label' color='primary' text :href='link.href') {{link.label}}