diff --git a/src/components/atoms/ScrollingTitle.svelte b/src/components/atoms/ScrollingTitle.svelte index dc0d6c0..d2aafd7 100644 --- a/src/components/atoms/ScrollingTitle.svelte +++ b/src/components/atoms/ScrollingTitle.svelte @@ -56,28 +56,11 @@ bind:innerWidth bind:innerHeight /> -{#if tag === 'h1'} -

- -

-{:else if tag === 'h2'} -

- -

-{:else if tag === 'p'} -

- -

-{/if} \ No newline at end of file + + + \ No newline at end of file