chore: updated brand assets (#3500)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Liyas Thomas
2023-11-08 15:47:35 +05:30
committed by GitHub
parent be3e5ba7e7
commit bb8dc6f7eb
27 changed files with 161 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
<div class="flex items-center justify-start px-4 my-4">
<div class="flex items-center">
<HoppSmartLink class="flex items-center space-x-4" to="/dashboard">
<img src="/cover.jpg" alt="hoppscotch-logo" class="h-7" />
<img src="/logo.svg" alt="hoppscotch-logo" class="h-7 w-7" />
<span
v-if="isExpanded"

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="/cover.jpg" alt="hoppscotch-logo" class="h-15" />
<img src="/logo.svg" alt="hoppscotch-logo" class="h-15 w-15" />
</div>
<div class="flex flex-col items-center">
<h1 class="text-2xl text-secondaryDark">Login to Admin Dashboard</h1>