Skip to content

Commit 3b42e74

Browse files
authored
Merge pull request #28 from d4vidsha/d4vidsha/login-screen
chore: make logo bigger on login screen
2 parents 3f4ebdd + fff2e36 commit 3b42e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Login() {
3737
</RouterLink>
3838
<div className="mx-auto flex w-full flex-col justify-center space-y-6 sm:w-[350px]">
3939
<div className="flex flex-col space-y-2 text-center">
40-
<img src={Logo} alt="Scheduler logo" className="mx-auto h-8 w-8" />
40+
<img src={Logo} alt="Scheduler logo" className="mx-auto h-20 w-20" />
4141
<h1 className="text-2xl font-semibold tracking-tight">
4242
Welcome back
4343
</h1>

0 commit comments

Comments
 (0)