corp footer fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<v-footer class="text-center d-flex flex-column mb-12" location="bottom">
|
||||||
<social/>
|
<social/>
|
||||||
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>
|
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;">dexorder</div>
|
||||||
<div class="text-grey" style="font-size: x-small">©{{ new Date().getFullYear() }}</div>
|
<div class="text-grey" style="font-size: x-small">©{{ new Date().getFullYear() }}</div>
|
||||||
</div>
|
</v-footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user