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",