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