We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e579175 + 932e805 commit e8e23d9Copy full SHA for e8e23d9
1 file changed
src/app/_components/Hero/index.tsx
@@ -54,7 +54,7 @@ const LandingHero = () => {
54
</Button>
55
</Stack>
56
</Container>
57
- <Image src={HeroMobileSvg} priority className="absolute bottom-0 w-full h-auto inline-block lg:!hidden" alt="Hero" />
+ <Image src={HeroMobileSvg} priority className="absolute bottom-0 w-full h-auto inline-block lg:!hidden pointer-events-none" alt="Hero" />
58
</Box>
59
)
60
}
0 commit comments