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

Commit

Permalink
chore: fixed hero image eu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Dec 25, 2023
1 parent 92d3a95 commit 89d43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/pages/home/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface HomeHeroProps {
}

const HomeHero: React.FC<HomeHeroProps> = () => {
const { is_eu } = useRegion()
const { is_eu, is_region_loading } = useRegion()

return (
<Section className="h-[calc(100vh-136px)] min-h-[587px] relative isolate overflow-hidden">
Expand Down

0 comments on commit 89d43f8

Please sign in to comment.