Add copyright and CoinGecko attribution
This commit is contained in:
parent
e5ff05d814
commit
cfd3d0852f
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
main{
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.footer{
|
||||
font-family: 'Saira Semi Condensed', sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.tiny{
|
||||
font-size: 10px;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<main>
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
<div class="footer" align="center">
|
||||
<p>© 2022 Vergara Technologies LLC</p>
|
||||
<p class="tiny">Price data provided by CoinGecko API</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue