From 4e5222758d281cec6e28d8340536efee22645b17 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Tue, 11 Aug 2026 02:10:12 -0400 Subject: [PATCH] Add RTL support for ArrowBack icon in NavBar component --- src/views/components/NavBar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index a51393d..1541fc4 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -122,7 +122,7 @@ const NavBar = () => { aria-label='Back from search' title={t('back')} > - + ) } @@ -154,7 +154,7 @@ const NavBar = () => { : t('back') } > - + ) }