Skip to content

Commit e8e23d9

Browse files
authored
Merge pull request #1543 from scroll-tech/sepolia
Merge pull request #1542 from scroll-tech/fix-click-issue
2 parents e579175 + 932e805 commit e8e23d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)