Skip to content

Commit

Permalink
add bg to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jun 21, 2024
1 parent d614ee5 commit 8e0417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
{/if}
{#if simplex}
<a href={simplex} target="_blank" rel="noreferrer" class="m-1">
<img src="/icons/socials/simplex.svg" alt="simplex" class="h-10 w-10 rounded-full" />
<img src="/icons/socials/simplex.svg" alt="simplex" class="h-10 w-10 rounded-full bg-white" />
</a>
{/if}
</div>

0 comments on commit 8e0417b

Please sign in to comment.