CoinGecko cute icon

This commit is contained in:
Vince 2021-02-24 10:07:24 +11:00
parent 15640e2f3e
commit e769de519f
2 changed files with 10 additions and 6 deletions

View File

@ -79,12 +79,16 @@ export function SideMenuInner() {
<div className="px-6 pb-3">
<SocialsRow />
<a
href="https://www.coingecko.com/en/coins/oxen"
className="font-medium text-secondary"
>
View Oxen on <span className="font-bold">CoinGecko</span>
</a>
<div className="flex items-center font-medium text-secondary">
View Oxen on{' '}
<a
href="https://www.coingecko.com/en/coins/oxen"
className="flex items-center mx-2 space-x-1 font-bold hover:underline"
>
<img className="h-5" src="/img/coingecko.png" />
<span>CoinGecko</span>
</a>
</div>
</div>
) : (
<Contained>

BIN
public/img/coingecko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB