Skip to content

Commit

Permalink
Sign in using modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervspl committed Jul 26, 2024
1 parent 4a63197 commit 7a3f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/modules/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Navbar = () => {
</>
) : (
<Button asChild variant="outline">
<SignInButton />
<SignInButton mode='modal' />
</Button>
)}
</div>
Expand Down

0 comments on commit 7a3f3a4

Please sign in to comment.