From 7f06d3524d04dc370923455caa3a4d5782bd639b Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Fri, 5 Dec 2025 14:22:46 +0300 Subject: [PATCH] fix plus bottom dir --- src/pages/cart/components/youMayLike/YouMightAlsoLike.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/cart/components/youMayLike/YouMightAlsoLike.tsx b/src/pages/cart/components/youMayLike/YouMightAlsoLike.tsx index 4cc2504..b901409 100644 --- a/src/pages/cart/components/youMayLike/YouMightAlsoLike.tsx +++ b/src/pages/cart/components/youMayLike/YouMightAlsoLike.tsx @@ -203,7 +203,7 @@ export default function YouMightAlsoLike() { borderRadius: "50%", top: isMobile ? 50 : isTablet ? 60 : 80, position: "absolute", - [isRTL ? "right" : "left"]: isMobile ? 15 : 20, + [isRTL ? "left" : "right"]: isMobile ? 15 : 20, display: "flex", flexDirection: "row", justifyContent: "center",