Skip to content

Commit

Permalink
fix : about us not clickable on hero
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Aug 2, 2024
1 parent cbddc2d commit 9b88363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Hero() {
<Release />
<Confetti
ref={confettiRef}
className="absolute left-0 top-0 z-0 w-full h-full"
className="absolute left-0 top-0 -z-1 w-full h-full"
onLoad={() => {
confettiRef.current?.fire({});
}}
Expand Down

0 comments on commit 9b88363

Please sign in to comment.