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