diff --git a/src/components/ItemCard.astro b/src/components/ItemCard.astro index a7b3052..eb8fcf1 100644 --- a/src/components/ItemCard.astro +++ b/src/components/ItemCard.astro @@ -10,6 +10,7 @@ interface Props { image: string; button_type: string; button_name: string; + has_amount_input?: string; } const lang = await getLocales(Astro.cookies.get('language')?.value ?? await getHighestWeightedLanguage(Astro.request.headers.get('accept-language'))); @@ -17,10 +18,14 @@ const lang = await getLocales(Astro.cookies.get('language')?.value ?? await getH