Skip to content

Commit 2b35f79

Browse files
authored
hide subscribe link
ready
1 parent 9930ca5 commit 2b35f79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
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+
{/*
370371
<Link href="/subscribe" onClick={() => onClose?.()}>
371372
Subscribe
372373
</Link>
373-
{/*
374374
<Link href="/earn/ethereum-gas" onClick={() => onClose?.()}>
375375
Earn
376376
</Link>
@@ -389,13 +389,12 @@ 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-
{/*
399398
<Link href="/earn/ethereum-gas" className="hover:no-underline mx-0.5">
400399
<Button variant="ghost" className={getButtonClasses('/earn')}>
401400
Earn

0 commit comments

Comments
 (0)