diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte index 6b962d0..24ab773 100644 --- a/src/lib/components/Button.svelte +++ b/src/lib/components/Button.svelte @@ -1,4 +1,6 @@ -{#if href} - - - - -{:else} - -{/if} + + {#if href} + + + + + {:else} + + {/if} +