Skip to content

Commit

Permalink
fix: hide login
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Jan 13, 2024
1 parent 509c2ca commit d2512c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ function Navbar() {
</Link>
))}

{/* hide login temporarily
<LoginLogoutToggle classes={classes} />
<UserAvatar auth={auth} />
*/}
<ChangeThemeButton />
</Toolbar>
<Button
Expand Down Expand Up @@ -173,9 +175,11 @@ function Navbar() {
<Link href={item.url}>{item.title}</Link>
</MenuItem>
))}
{/* hide login temporarily
<MenuItem>
<LoginLogoutToggle classes={classes} isMobile={isMobile} />
</MenuItem>
*/}
<MenuItem onClick={handleClose}>
<ChangeThemeButton />
</MenuItem>
Expand Down

0 comments on commit d2512c5

Please sign in to comment.