diff --git a/apps/react/src/components/FlashCard.tsx b/apps/react/src/components/FlashCard.tsx index c4096e5..43fb374 100644 --- a/apps/react/src/components/FlashCard.tsx +++ b/apps/react/src/components/FlashCard.tsx @@ -49,13 +49,13 @@ export const FlashCard = forwardRef( return (
-
+
diff --git a/apps/react/src/components/FlashCards/TextCardPrompt.tsx b/apps/react/src/components/FlashCards/TextCardPrompt.tsx index ef74093..3ab3f43 100644 --- a/apps/react/src/components/FlashCards/TextCardPrompt.tsx +++ b/apps/react/src/components/FlashCards/TextCardPrompt.tsx @@ -14,7 +14,14 @@ export const TextCardPrompt: React.FC = ({ correctCount = 0, }) => (
- +

{children}

, + h2: ({ children }) =>

{children}

, + p: ({ children }) =>

{children}

, + }} + > {text}