From ec9bc40bd4a2085ddd657b25c817bdf3908f6dbb Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 28 Jun 2026 12:48:15 -0700 Subject: [PATCH] fix: Restore proper shuffle button logic and fix broken SVG path --- src/components/flashcards/FlashcardViewer.tsx | 32 ++----------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/src/components/flashcards/FlashcardViewer.tsx b/src/components/flashcards/FlashcardViewer.tsx index db1c05b..7fc9ccc 100644 --- a/src/components/flashcards/FlashcardViewer.tsx +++ b/src/components/flashcards/FlashcardViewer.tsx @@ -452,32 +452,7 @@ export function FlashcardViewer({ cards, deckId, isShared = false, initialProgre ) :
}