mirror of
https://github.com/oxen-io/oxen-website.git
synced 2023-12-13 21:00:18 +01:00
CMC link added
This commit is contained in:
parent
51220392df
commit
a32103b8d2
3 changed files with 23 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
|||
<svg viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15 9L-8.15666e-07 17.6603L-5.85621e-08 0.339745L15 9Z" fill="#1F1C47"/>
|
||||
<path d="M15 9L-8.15666e-07 17.6603L-5.85621e-08 0.339745L15 9Z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 147 B |
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable react/jsx-no-target-blank */
|
||||
import classNames from 'classnames';
|
||||
import _ from 'lodash';
|
||||
import { useRouter } from 'next/router';
|
||||
|
@ -79,17 +80,28 @@ export function SideMenuInner() {
|
|||
<div className="px-6 pb-3">
|
||||
<SocialsRow />
|
||||
|
||||
<div className="flex items-center font-medium text-secondary">
|
||||
<div className="flex items-center justify-between font-medium text-secondary whitespace-nowrap">
|
||||
View Oxen on{' '}
|
||||
<a
|
||||
href="https://www.coingecko.com/en/coins/oxen"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
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 className="flex items-center">
|
||||
<a
|
||||
href="https://www.coingecko.com/en/coins/oxen"
|
||||
target="_blank"
|
||||
rel="dofollow"
|
||||
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>
|
||||
<a
|
||||
href="https://coinmarketcap.com/currencies/oxen/"
|
||||
target="_blank"
|
||||
rel="dofollow"
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
|
BIN
public/img/coinmarketcap.png
Normal file
BIN
public/img/coinmarketcap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue