Skip to content

Commit 594c5d7

Browse files
authored
Merge pull request #45 from adrum/patch-1
Uppercase Login title
2 parents 8f98221 + 5701eb1 commit 594c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/resources/js/Pages/Auth/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Login({ canResetPassword, status }: Props) {
3131

3232
return (
3333
<AuthenticationCard>
34-
<Head title="login" />
34+
<Head title="Login" />
3535

3636
{status && (
3737
<div className="mb-4 font-medium text-sm text-green-600 dark:text-green-400">

0 commit comments

Comments
 (0)