This commit is contained in:
Tim
2024-04-24 02:44:43 -04:00
parent 21670818be
commit 167b350f23

View File

@@ -1,10 +1,10 @@
<template> <template>
<div class="w-100 d-flex flex-row justify-center align-center footer"> <div class="w-100 d-flex flex-row justify-center align-center footer">
<div class="text-grey" style="font-size: small">&copy;{{ new Date().getFullYear() }}</div> <div class="text-grey" style="font-size: small">&copy;{{ new Date().getFullYear() }}</div>
<div class="text-grey logo" style="font-size: small; margin-bottom: 0;">&nbsp;dexorder</div> <div class="text-grey logo mr-3" style="font-size: small; margin-bottom: 0;">&nbsp;dexorder</div>
<social size="x-small"/> <social size="x-small"/>
<div class="text-grey tv" style="font-size: x-small"> <div class="text-grey tv">
<span>Charts by <a href="https://tradingview.com" target="TradingView">TradingView</a></span> <span>Charts by <a href="https://tradingview.com/" target="TradingView">TradingView</a></span>
</div> </div>
</div> </div>
</template> </template>
@@ -21,6 +21,7 @@ div.footer {
} }
.tv { .tv {
margin-left: 1em; margin-left: 1em;
font-size: 0.7em;
a { a {
text-decoration: none; text-decoration: none;
&:visited { &:visited {