Skip to content

Commit

Permalink
Fix space with FA icons
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaviertc committed Jun 14, 2023
1 parent e2c495d commit e2f50b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<a class="btn {$$props.class} mx-2" href={link} role="button">
{#if faIcon}
<Fa class="mr-2" icon={faIcon} />
<Fa icon={faIcon} />
{/if}
<slot />
</a>

0 comments on commit e2f50b1

Please sign in to comment.