From b2d764aa152d8b7d5963765b2521f80848802e75 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sun, 29 Sep 2024 17:28:30 +0330 Subject: [PATCH] rtl styles debugged --- src/app/_components/mobile-menu/page.tsx | 4 ++-- src/app/_components/testimonials/page.tsx | 2 +- src/app/layout.tsx | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/_components/mobile-menu/page.tsx b/src/app/_components/mobile-menu/page.tsx index 0526b39..f489d64 100644 --- a/src/app/_components/mobile-menu/page.tsx +++ b/src/app/_components/mobile-menu/page.tsx @@ -6,11 +6,11 @@ export default function MobileMenu({ clicked, setClicked }: propsType) { return (
setClicked(false)} >
diff --git a/src/app/_components/testimonials/page.tsx b/src/app/_components/testimonials/page.tsx index 1674dcb..f18f816 100644 --- a/src/app/_components/testimonials/page.tsx +++ b/src/app/_components/testimonials/page.tsx @@ -99,7 +99,7 @@ export default function Testimonials() { > {testimonials.map((testimonial, index) => (
-
+
^