diff --git a/src/components/atoms/Button.svelte b/src/components/atoms/Button.svelte index 19c37e6..89c51ca 100644 --- a/src/components/atoms/Button.svelte +++ b/src/components/atoms/Button.svelte @@ -1,11 +1,15 @@ @@ -13,11 +17,11 @@ {#if tag === 'button'} {:else if tag === 'a'} - {text} + {/if} \ No newline at end of file diff --git a/src/components/organisms/Footer.svelte b/src/components/organisms/Footer.svelte index c3b24c5..95e36cf 100644 --- a/src/components/organisms/Footer.svelte +++ b/src/components/organisms/Footer.svelte @@ -18,13 +18,13 @@