Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv committed Apr 15, 2024
1 parent d477115 commit dfd97f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const WhyTradeAccumulator = () => {
className: 'w-screen lg:w-full [&>*:nth-child(1)]:!gap-gap-lg ',
variant: 'ContentLeft',
cards: mobileCards,
dir: is_rtl ? 'rtl' : 'ltr',
dir: is_rtl() ? 'rtl' : 'ltr',
}}
/>
</>
Expand Down

0 comments on commit dfd97f8

Please sign in to comment.