added import.meta.env.BASE_URL prefix for the auth provider logos

This commit is contained in:
Gani Georgiev
2023-04-14 13:32:59 +03:00
parent aba6279feb
commit 25769e971a
31 changed files with 58 additions and 56 deletions
@@ -10,7 +10,7 @@
<div class="provider-card">
<figure class="provider-logo">
{#if provider.logo}
<img src={provider.logo} alt="{provider.title} logo" />
<img src="{import.meta.env.BASE_URL}images/oauth2/{provider.logo}" alt="{provider.title} logo" />
{/if}
</figure>
<div class="title">{provider.title}</div>