fix:chnaged dimensions from 160 to 120

This commit is contained in:
Harsh Mahajan
2025-08-20 12:41:08 +05:30
parent 9c8d24542e
commit 06db3a196b
+2 -2
View File
@@ -59,13 +59,13 @@
{#if $app.themeInUse === 'dark'}
<img
src={AppwriteLogoDark}
width="160"
width="120"
class="u-block u-only-dark"
alt="Appwrite Logo" />
{:else}
<img
src={AppwriteLogoLight}
width="160"
width="120"
class="u-block u-only-light"
alt="Appwrite Logo" />
{/if}