feat: some shit
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 7m15s
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
2024-04-03 18:07:54 +02:00
parent 5e931f15d3
commit 58b74bb801
19 changed files with 62 additions and 63 deletions

View File

@ -1,6 +1,6 @@
---
import { useTranslations } from "@i18n/utils";
const t = useTranslations(Astro);
const t = useTranslations(Astro.url);
---
<div class="arrow flex items-center gap-2">

View File

@ -1,6 +1,6 @@
---
import { useTranslations } from "@i18n/utils";
const t = useTranslations(Astro);
const t = useTranslations(Astro.url);
---
<div class="arrow flex items-center gap-2">