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

Commit

Permalink
chore: removed rtl dir from hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Jan 8, 2024
1 parent fa75d71 commit 3a4cf19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/features/pages/home/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ const HomeHero: React.FC<HomeHeroProps> = () => {
const { is_eu } = useRegion()

return (
<Section
className="h-[calc(100vh-136px)] min-h-[587px] relative isolate overflow-hidden"
dir="rtl"
>
<Section className="h-[calc(100vh-136px)] min-h-[587px] relative isolate overflow-hidden">
<StaticImage
src="../../../../images/migration/home/home_hero_bg.png"
alt="hero bg image"
Expand Down

0 comments on commit 3a4cf19

Please sign in to comment.