We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f4ebdd + fff2e36 commit 3b42e74Copy full SHA for 3b42e74
frontend/src/routes/login.tsx
@@ -37,7 +37,7 @@ function Login() {
37
</RouterLink>
38
<div className="mx-auto flex w-full flex-col justify-center space-y-6 sm:w-[350px]">
39
<div className="flex flex-col space-y-2 text-center">
40
- <img src={Logo} alt="Scheduler logo" className="mx-auto h-8 w-8" />
+ <img src={Logo} alt="Scheduler logo" className="mx-auto h-20 w-20" />
41
<h1 className="text-2xl font-semibold tracking-tight">
42
Welcome back
43
</h1>
0 commit comments