corp footer fix

This commit is contained in:
Tim
2024-04-24 14:24:00 -04:00
parent 167b350f23
commit 0ab84adf13

View File

@@ -1,9 +1,9 @@
<template>
<div>
<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>
</v-footer>
</template>
<script setup>