From 8143feb4e7fdb25b2d9e64803eb9ca6edd89abea Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Wed, 11 Jun 2025 11:14:04 -0400 Subject: [PATCH] if DM preview cards --- components/Card.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Card.tsx b/components/Card.tsx index c72c868..aa98eee 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -51,10 +51,11 @@ export default function Card({ dm, card, position, settings, flipAction }: CardP className={`transition-transform duration-500 transform-style-preserve-3d ${flipped ? 'rotate-y-180' : ''}`} >
+ {dm && {aria}} Card Back