diff --git a/src/components/ItemCard.astro b/src/components/ItemCard.astro index b7be9f5..5382d49 100644 --- a/src/components/ItemCard.astro +++ b/src/components/ItemCard.astro @@ -12,15 +12,13 @@ interface Props { } const lang = await getLocales(Astro.cookies.get('language')?.value ?? await getHighestWeightedLanguage(Astro.request.headers.get('accept-language'))); - --- -