Merge pull request #8 from lucasPDY/add-cmc

Add CoinMarketCap Link and Logo
This commit is contained in:
Audric Ackermann 2021-05-06 14:22:13 +10:00 committed by GitHub
commit 990f109b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -80,9 +80,18 @@ export function SideMenuInner() {
<div className="px-6 pb-3">
<SocialsRow />
<div className="flex items-center justify-end font-medium text-secondary whitespace-nowrap">
<div className="flex items-center justify-between font-medium text-secondary whitespace-nowrap">
View Oxen on{' '}
<div className="flex items-center">
<a
href="https://coinmarketcap.com/currencies/oxen/"
target="_blank"
rel="nofollow"
className="flex items-center mx-2 space-x-1 font-bold hover:underline"
>
<img className="h-5" src="/img/coinmarketcap.png" />
<span>CMC</span>
</a>
<a
href="https://www.coingecko.com/en/coins/oxen"
target="_blank"