fixed fav prod on prod detail page

This commit is contained in:
@jcarymuhammedow
2026-01-14 17:00:05 +05:00
parent 071b45b98a
commit 188df98bbf
4 changed files with 51 additions and 13 deletions

View File

@@ -160,7 +160,7 @@ export default function CartPage() {
}
return (
<div className="mx-auto px-2 md:px-4 lg:px-6 mb-18">
<div className="flex flex-col mx-auto max-w-[1504px] px-2 md:px-4 lg:px-6 mb-18">
<h1 className="text-xl md:text-2xl lg:text-3xl font-bold mb-4 md:mb-6 pt-3">
{t("cart")}
</h1>