fix: enlarged hoppscotch logo on dashboard login screen (#3559)
fix: resize the dashboard login icon
This commit is contained in:
committed by
GitHub
parent
7b18526f24
commit
50f475334e
@@ -4,7 +4,7 @@
|
||||
>
|
||||
<div class="flex flex-col justify-center text-center px-4">
|
||||
<div class="flex justify-center items-center py-6">
|
||||
<img src="/logo.svg" alt="hoppscotch-logo" class="h-15 w-15" />
|
||||
<img src="/logo.svg" alt="hoppscotch-logo" class="w-20" />
|
||||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<h1 class="text-2xl text-secondaryDark">Login to Admin Dashboard</h1>
|
||||
|
||||
Reference in New Issue
Block a user