fix: enlarged hoppscotch logo on dashboard login screen (#3559)

fix: resize the dashboard login icon
This commit is contained in:
Joel Jacob Stephen
2023-11-16 22:51:08 +05:30
committed by GitHub
parent 7b18526f24
commit 50f475334e
2 changed files with 1 additions and 5 deletions

View File

@@ -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>