We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d7bf commit 932e805Copy full SHA for 932e805
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