Skip to content

Commit

Permalink
Change sign in to go to grill
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 5, 2024
1 parent 47cef2c commit e04444f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/auth/AuthButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export const SignInButton = ({
title = 'Sign in',
...props
}: SignInButtonProps) => (
<OpenAuthButton type={isPrimary ? 'primary' : 'default'} size={size} title={title} {...props} />
<a href='/c/widget/login'>
<Button type={isPrimary ? 'primary' : 'default'} size={size} title={title} {...props} />
</a>
)

type SwitchAccountButtonProps = InnerAuthButtonProps
Expand Down

0 comments on commit e04444f

Please sign in to comment.