Merge branch 'master' of https://github.com/oxen-io/oxen-website into fix-metatags

This commit is contained in:
Lucas Phang 2021-05-03 10:37:35 +10:00
commit 083a6ef7ca
1 changed files with 5 additions and 14 deletions

View File

@ -59,7 +59,7 @@ export function SideMenuInner() {
{!isDesktop && ( {!isDesktop && (
<div <div
className={classNames( className={classNames(
'flex flex-col pt-8 font-medium uppercase font-prompt text-lg', 'flex flex-col pt-8 pl-6 font-medium uppercase font-prompt text-lg',
)} )}
> >
{_.chunk(NAVIGATION.MENU_ITEMS, 2).map(group => ( {_.chunk(NAVIGATION.MENU_ITEMS, 2).map(group => (
@ -80,7 +80,7 @@ export function SideMenuInner() {
<div className="px-6 pb-3"> <div className="px-6 pb-3">
<SocialsRow /> <SocialsRow />
<div className="flex items-center justify-between font-medium text-secondary whitespace-nowrap"> <div className="flex items-center justify-end font-medium text-secondary whitespace-nowrap">
View Oxen on{' '} View Oxen on{' '}
<div className="flex items-center"> <div className="flex items-center">
<a <a
@ -92,15 +92,6 @@ export function SideMenuInner() {
<img className="h-5" src="/img/coingecko.png" /> <img className="h-5" src="/img/coingecko.png" />
<span>CoinGecko</span> <span>CoinGecko</span>
</a> </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> </div>
</div> </div>
@ -114,13 +105,13 @@ export function SideMenuInner() {
} }
const SocialsRow = () => { const SocialsRow = () => {
const { isDesktop } = useContext(ScreenContext); const { isTablet } = useContext(ScreenContext);
return ( return (
<div <div
className={classNames( className={classNames(
'flex pt-3 pb-3 space-x-3 justify-between', 'flex pt-3 pb-3',
isDesktop && 'justify-between', isTablet ? 'justify-start space-x-5 px-6' : 'justify-between',
)} )}
> >
<a href="https://t.me/Oxen_Community" target="_blank" rel="noreferrer"> <a href="https://t.me/Oxen_Community" target="_blank" rel="noreferrer">