diff --git a/src/components/atoms/ButtonCircle.svelte b/src/components/atoms/ButtonCircle.svelte index f148bb9..98e1340 100644 --- a/src/components/atoms/ButtonCircle.svelte +++ b/src/components/atoms/ButtonCircle.svelte @@ -7,6 +7,7 @@ export let form: string = undefined export let clone: boolean = false export let disabled: boolean = undefined + export let label: string = undefined const className = 'button-circle' const classes = [ @@ -18,7 +19,7 @@ {#if tag === 'a'} - + {#if clone} {#each Array(2) as _} @@ -28,7 +29,7 @@ {/if} {:else} -