SSR
All checks were successful
deploy to production / deploy (push) Successful in 1m4s

This commit is contained in:
2023-12-06 20:28:21 +00:00
parent 8a0db9de1c
commit a708f5f1a5

View File

@@ -58,10 +58,6 @@
textElement.style.letterSpacing = `${letterSpacing}px` textElement.style.letterSpacing = `${letterSpacing}px`
}*/ }*/
} }
if (typeof window !== "undefined") {
window.addEventListener("resize", stretchText)
}
onMount(stretchText)
</script> </script>
<!-- svelte-ignore a11y-mouse-events-have-key-events --> <!-- svelte-ignore a11y-mouse-events-have-key-events -->
@@ -84,6 +80,7 @@
clearTimeout(hoverTimeout) clearTimeout(hoverTimeout)
}}" }}"
> >
test2
<button <button
class="logo-container" class="logo-container"
on:click="{() => { on:click="{() => {
@@ -96,7 +93,9 @@
$refresh = !$refresh $refresh = !$refresh
}}" }}"
> >was das
<div>
test
<button class="img-logo-container"> <button class="img-logo-container">
<img src="/media/MädchenmitBlume.svg" alt="logo" /> <img src="/media/MädchenmitBlume.svg" alt="logo" />
</button> </button>
@@ -107,6 +106,7 @@
<button class="img-logo-container"> <button class="img-logo-container">
<img src="/media/Radfahrer.svg" alt="logo" /> <img src="/media/Radfahrer.svg" alt="logo" />
</button> </button>
</div>
</button> </button>
<ul class="menuitem-container"> <ul class="menuitem-container">
{#if $navigation?.elemente} {#if $navigation?.elemente}