diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte index ea85276..f1c166d 100644 --- a/src/lib/components/Button.svelte +++ b/src/lib/components/Button.svelte @@ -6,23 +6,21 @@ export let label = ''; - +{#if href} + + {#if icon} + {icon} + {/if} + + +{:else} + +{/if}