Fix Safari
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2026-04-23 14:59:56 +02:00
parent 5639655f99
commit a8817115a3

View File

@@ -125,7 +125,7 @@
<div> <div>
<a <a
data-astro-reload data-astro-reload
href={l("/", {}, { targetLocale: typeof navigator !== "undefined" ? navigator.language : "de" })} href={l("/", {}, { targetLocale: typeof navigator !== "undefined" ? navigator.language.split("-")[0] : "de" })}
onclick={() => cookieStore.delete("MANUAL_LANGUAGE")} onclick={() => cookieStore.delete("MANUAL_LANGUAGE")}
class="btn btn-gray">Auto</a class="btn btn-gray">Auto</a
> >