fixed some errors

This commit is contained in:
@jcarymuhammedow
2026-01-08 18:01:17 +05:00
parent 7538bdb813
commit 071b45b98a
15 changed files with 1809 additions and 727 deletions

View File

@@ -382,7 +382,7 @@ export default function ProductCard({
) : (
<>
<ShoppingCart className="h-4 w-4" />
{t("checkout")}
{t("add_to_cart")}
</>
)}
</Button>