chore: add new features

This commit is contained in:
2026-03-05 19:09:16 +01:00
parent 532584edb2
commit 5ca480ea0b
23 changed files with 695 additions and 284 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ function ProductCard({
id,
name,
price,
unit = "g",
image,
stock,
category = "autre",
@@ -180,7 +181,7 @@ function ProductCard({
key={priceOption.quantity}
value={priceOption.quantity}
>
{priceOption.quantity}g -{" "}
{priceOption.quantity}{unit} -{" "}
{priceOption.price.toFixed(2)}
</option>
))}