CoinGecko sidemenu

This commit is contained in:
Vince 2021-02-24 09:54:39 +11:00
parent 8e5ff8c0d0
commit 15640e2f3e
2 changed files with 13 additions and 6 deletions

View File

@ -76,8 +76,15 @@ export function SideMenuInner() {
</Contained>
{isDesktop ? (
<div className="px-6">
<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>
) : (
<Contained>
@ -94,7 +101,7 @@ const SocialsRow = () => {
return (
<div
className={classNames(
'flex pt-3 pb-6 space-x-3 justify-between',
'flex pt-3 pb-3 space-x-3 justify-between',
isDesktop && 'justify-between',
)}
>

View File

@ -71,11 +71,11 @@ const MENU_ITEMS: IMenuItem[] = [
external: true,
},
{
label: 'Get Involved',
href: '/get-involved',
newTab: false,
label: 'CoinGecko',
href: 'https://www.coingecko.com/en/coins/oxen',
newTab: true,
subtle: false,
external: false,
external: true,
mobileMenuOnly: true,
},
{