Skip to content

Commit 7d76b1c

Browse files
committed
hide subscribe button
1 parent 7b09c10 commit 7d76b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/modules/dashboard/Navbar/NavbarView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ export const NavbarView: FC<NavbarViewProps> = ({
5959

6060
<NavItems className="ml-4" />
6161

62+
{/* // TODO: styling required here.
6263
{subscribed ? (
6364
<button onClick={unsubscribe}>Unsubscribe</button>
6465
) : (
6566
<button onClick={subscribe}>Subscribe</button>
6667
)}
68+
*/}
6769

6870
<div className=" hidden md:flex items-center gap-3 ml-auto">
6971
{proxyContextValue && (

0 commit comments

Comments
 (0)