Skip to content

Commit

Permalink
forgot to capitalize the 'in' in 'Sign In'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohin-444 committed Oct 26, 2024
1 parent a931e5a commit f6559d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/signin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function SignIn() {
onChange={e => setPassword(e.target.value)}
value={password}
/>
<Button onClick={handleSignIn}>Sign in</Button>
<Button onClick={handleSignIn}>Sign In</Button>
<Separator>
<span>or</span>
</Separator>
Expand Down

0 comments on commit f6559d0

Please sign in to comment.