Compare commits

...

2 Commits

Author SHA1 Message Date
Faton Ramadani
43caa4ee0b fix(frontend): fix sign in with Google button 2023-12-01 17:16:43 +01:00
Faton Ramadani
e2cac7c57f fix(frontend): fix sign in with Google button 2023-12-01 17:14:48 +01:00

View File

@@ -537,7 +537,7 @@
{/if}
{#if isGoogleSignin}
<button {disabled} on:click={next}>
<img class="h-10 w-auto" src="/google_signin.png" alt="Google sign-in" />
<img class="h-10 w-auto object-contain" src="/google_signin.png" alt="Google sign-in" />
</button>
{:else}
<Button {disabled} on:click={next}>