Skip to content

Commit

Permalink
fix(ui): add pointer-events-none to image
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan committed Dec 31, 2024
1 parent 4ab1625 commit 321767f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function SupportCTA() {
src="/images/nocturne-2.png"
width={1824}
height={1080}
className="absolute top-0 w-[57rem] max-w-none rounded-md sm:left-6"
className="pointer-events-none absolute top-0 w-[57rem] max-w-none rounded-md sm:left-6"
/>
</div>
</div>
Expand Down

0 comments on commit 321767f

Please sign in to comment.