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

Commit

Permalink
chore: removed is_mounted condition as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fasihali-deriv committed Jan 29, 2024
1 parent 5e289b9 commit a297a41
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 @@ -60,7 +60,7 @@ const HomeHero: React.FC<HomeHeroProps> = () => {
/>
</div>
{is_mounted && <HeroAwardImages />}
{is_mounted && <HeroImage />}
{<HeroImage />}
</FluidContainer>
<div className={clsx('absolute -z-10 inset-50', hero_content_gradient)}></div>
</Section>
Expand Down

0 comments on commit a297a41

Please sign in to comment.