File tree 1 file changed +3
-2
lines changed
packages/app/src/components/layout
1 file changed +3
-2
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
- { /*
371
370
< Link href = "/subscribe" onClick = { ( ) => onClose ?.( ) } >
372
371
Subscribe
373
372
</ Link >
373
+ { /*
374
374
<Link href="/earn/ethereum-gas" onClick={() => onClose?.()}>
375
375
Earn
376
376
</Link>
@@ -389,12 +389,13 @@ 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
+ { /*
398
399
<Link href="/earn/ethereum-gas" className="hover:no-underline mx-0.5">
399
400
<Button variant="ghost" className={getButtonClasses('/earn')}>
400
401
Earn
You can’t perform that action at this time.
0 commit comments