Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit801f22d

Browse files
committed
hide subscribe button
1 parent875cc0d commit801f22d

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
<NavItemsclassName="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
<divclassName=" hidden md:flex items-center gap-3 ml-auto">
6971
{proxyContextValue&&(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp