Skip to content

Commit f317f87

Browse files
committed
style: update DiscordStatus component to use 'hidden' class for hiding instead of pointer-events
1 parent a39827a commit f317f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/discord-status.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function DiscordStatus({ userId, hide = false }: DiscordStatusPro
6161
<Link
6262
className={cn(
6363
'flex cursor-pointer flex-col items-end transition-opacity hover:opacity-70',
64-
hide && 'pointer-events-none opacity-0'
64+
hide && 'hidden'
6565
)}
6666
href='https://lantern.rest'
6767
onClick={() => {

0 commit comments

Comments
 (0)