File tree 1 file changed +2
-3
lines changed
packages/app/src/components/layout
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -367,10 +367,10 @@ const NavLinks = ({
367
367
if ( isMobile ) {
368
368
return (
369
369
< div className = "flex flex-col space-y-4 font-medium py-4" >
370
+ { /*
370
371
<Link href="/subscribe" onClick={() => onClose?.()}>
371
372
Subscribe
372
373
</Link>
373
- { /*
374
374
<Link href="/earn/ethereum-gas" onClick={() => onClose?.()}>
375
375
Earn
376
376
</Link>
@@ -389,13 +389,12 @@ const NavLinks = ({
389
389
Explore
390
390
</ Button >
391
391
</ Link >
392
-
392
+ { /*
393
393
<Link href="/subscribe" className="hover:no-underline">
394
394
<Button variant="ghost" className={getButtonClasses('/subscribe')}>
395
395
Subscribe
396
396
</Button>
397
397
</Link>
398
- { /*
399
398
<Link href="/earn/ethereum-gas" className="hover:no-underline mx-0.5">
400
399
<Button variant="ghost" className={getButtonClasses('/earn')}>
401
400
Earn
You can’t perform that action at this time.
0 commit comments