updated link and copyright

This commit is contained in:
2024-11-11 01:57:30 +01:00
parent e4bced0c02
commit 492426db62

View File

@@ -1,8 +1,8 @@
<template> <template>
<v-footer app height="40"> <v-footer app style="height: 2rem">
<a <a
class="d-inline-block mx-2" class="d-inline-block mx-2"
href="https://somegit.dev/vikingowl/tik-tak-blow" href="https://somegit.dev/tik-tak-blow/tik-tak-blow-webclient"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
title="Tik Tak Blow - Gitea"> title="Tik Tak Blow - Gitea">
@@ -11,7 +11,7 @@
<div class="text-caption text-disabled" style="position: absolute; right: 16px"> <div class="text-caption text-disabled" style="position: absolute; right: 16px">
&copy; {{ new Date().getFullYear() }} &copy; {{ new Date().getFullYear() }}
<span class="d-none d-sm-inline-block">VikingOwl</span> <span class="d-none d-sm-inline-block">VikingOwl && S0wlz</span>
</div> </div>
</v-footer> </v-footer>
</template> </template>