Fly shop apples out from the creature that made them.

This commit is contained in:
Greyson Parrelli
2026-07-23 08:10:18 -04:00
parent 63b64bc1d8
commit 996bb861a9
3 changed files with 100 additions and 1 deletions
+1
View File
@@ -67,6 +67,7 @@ export function CardView({
return (
<div
className={classes}
data-card-id={card.id || undefined}
onClick={disabled ? undefined : onClick}
role={onClick ? 'button' : undefined}
onMouseEnter={preview ? undefined : (e) => setHover({ x: e.clientX, y: e.clientY })}