Skip to content

Commit fcce90d

Browse files
committed
Allow clicking on ads lol
1 parent 2ee5c63 commit fcce90d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Gam.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ function GamAd({
104104
'absolute inset-0 bg-white/50 dark:bg-black/20 shadow-xl shadow-black/2',
105105
borderClassName,
106106
placeholderClassName,
107+
'pointer-events-none',
107108
)}
108109
>
109110
<div className="flex justify-center items-center h-full opacity-50 gap-[1px]">
@@ -126,6 +127,7 @@ function GamAd({
126127
className={twMerge(
127128
'absolute -top-px -left-px -right-px -bottom-px border-[2px] border-gray-200 dark:border-gray-900',
128129
borderClassName,
130+
'pointer-events-none',
129131
)}
130132
/>
131133
</div>

0 commit comments

Comments
 (0)