mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Add help link to footer
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
<!-- kate: replace-tabs on; indent-width 2; -->
|
||||
<template>
|
||||
<v-footer app>
|
||||
<small>© {{year}} <a href="https://aaltronav.eu/" target="_blank" class="brand">Aaltronav</a></small>
|
||||
<dougal-help-dialog></dougal-help-dialog>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
<small>© {{year}} <a href="https://aaltronav.eu/" target="_blank" class="brand">Aaltronav</a></small>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
<div title="Night mode">
|
||||
<v-switch
|
||||
class="ma-auto"
|
||||
@@ -27,8 +33,16 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
import DougalHelpDialog from '@/components/help-dialog';
|
||||
|
||||
export default {
|
||||
name: 'DougalFooter',
|
||||
|
||||
components: {
|
||||
DougalHelpDialog
|
||||
},
|
||||
|
||||
computed: {
|
||||
year () {
|
||||
const date = new Date();
|
||||
|
||||
Reference in New Issue
Block a user