We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875cc0d commit 801f22dCopy full SHA for 801f22d
site/src/modules/dashboard/Navbar/NavbarView.tsx
@@ -59,11 +59,13 @@ export const NavbarView: FC<NavbarViewProps> = ({
59
60
<NavItems className="ml-4" />
61
62
+ {/* // TODO: styling required here.
63
{subscribed ? (
64
<button onClick={unsubscribe}>Unsubscribe</button>
65
) : (
66
<button onClick={subscribe}>Subscribe</button>
67
)}
68
+ */}
69
70
<div className=" hidden md:flex items-center gap-3 ml-auto">
71
{proxyContextValue && (
0 commit comments