footer tweaks that don't work; social updates

This commit is contained in:
tim
2024-10-19 14:28:25 -04:00
parent 9ab196b363
commit 66817ad9cd
4 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
<template>
<v-footer class="text-center d-flex flex-column mb-12" location="bottom">
<social/>
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>
<div class="text-grey" style="font-size: x-small">&copy;{{ new Date().getFullYear() }}</div>
<!-- <div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>-->
<div class="text-grey" style="font-size: x-small">&copy;{{ new Date().getFullYear() }} Dexorder LLC</div>
</v-footer>
</template>