This commit is contained in:
Tim
2024-04-24 02:00:17 -04:00
parent bdfb967af0
commit 21670818be
8 changed files with 47 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
<template>
<v-footer class="text-center d-flex flex-column mb-12" location="bottom">
<div>
<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>
</v-footer>
</div>
</template>
<script setup>