|
|
@ -245,7 +245,7 @@ function ShoppingCart({ |
|
|
|
/> |
|
|
|
/> |
|
|
|
{phase !== "products" && ( |
|
|
|
{phase !== "products" && ( |
|
|
|
<button |
|
|
|
<button |
|
|
|
className="bg-transparent mt-4 text-base border-2 border-solid border-blueC0 text-green7B dark:text-blueC0 rounded-full py-3 flex flex-row justify-center items-center" |
|
|
|
className="bg-transparent mt-4 text-base border bg-blueC0 text-white font-bold rounded-md py-3.5 flex flex-row justify-center items-center" |
|
|
|
onClick={() => setPhase("products")} |
|
|
|
onClick={() => setPhase("products")} |
|
|
|
> |
|
|
|
> |
|
|
|
بازگشت |
|
|
|
بازگشت |
|
|
|