Skip to content

Commit 932e805

Browse files
authored
Merge pull request #1542 from scroll-tech/fix-click-issue
Fix click issue
1 parent 4e7d7bf commit 932e805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const LandingHero = () => {
5454
</Button>
5555
</Stack>
5656
</Container>
57-
<Image src={HeroMobileSvg} priority className="absolute bottom-0 w-full h-auto inline-block lg:!hidden" alt="Hero" />
57+
<Image src={HeroMobileSvg} priority className="absolute bottom-0 w-full h-auto inline-block lg:!hidden pointer-events-none" alt="Hero" />
5858
</Box>
5959
)
6060
}

0 commit comments

Comments
 (0)