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

Hasan/Pr 00 hero eu issue #6336

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading