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