Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore: login invisible temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Sep 11, 2024
1 parent 0bdf052 commit 041cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RootNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const RootNavbar = () => {
)}
</div>

<nav className="flex gap-6 items-center">
<nav className="flex gap-6 items-center invisible">
{sessionData ? (
<UserMenu sessionData={sessionData} />
) : (
Expand Down

0 comments on commit 041cd50

Please sign in to comment.