Skip to content

Commit 5701eb1

Browse files
authored
Uppercase Login title
1 parent ce222b7 commit 5701eb1

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)