Skip to content

Commit 2bef300

Browse files
committed
Revert "hide subscribe link"
This reverts commit 2b35f79.
1 parent 2b35f79 commit 2bef300

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/app/src/components/layout/Header.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ const NavLinks = ({
367367
if (isMobile) {
368368
return (
369369
<div className="flex flex-col space-y-4 font-medium py-4">
370-
{/*
371370
<Link href="/subscribe" onClick={() => onClose?.()}>
372371
Subscribe
373372
</Link>
373+
{/*
374374
<Link href="/earn/ethereum-gas" onClick={() => onClose?.()}>
375375
Earn
376376
</Link>
@@ -389,12 +389,13 @@ const NavLinks = ({
389389
Explore
390390
</Button>
391391
</Link>
392-
{/*
392+
393393
<Link href="/subscribe" className="hover:no-underline">
394394
<Button variant="ghost" className={getButtonClasses('/subscribe')}>
395395
Subscribe
396396
</Button>
397397
</Link>
398+
{/*
398399
<Link href="/earn/ethereum-gas" className="hover:no-underline mx-0.5">
399400
<Button variant="ghost" className={getButtonClasses('/earn')}>
400401
Earn

0 commit comments

Comments
 (0)