diff --git a/src/components/flashcards/FlashcardViewer.tsx b/src/components/flashcards/FlashcardViewer.tsx index 7fc9ccc..6d642a7 100644 --- a/src/components/flashcards/FlashcardViewer.tsx +++ b/src/components/flashcards/FlashcardViewer.tsx @@ -401,9 +401,9 @@ export function FlashcardViewer({ cards, deckId, isShared = false, initialProgre
{/* Primary Action Row (Grading) */} -
+
{hasFlippedOnce && ( -
+
{/* Secondary Action Row (Navigation/Settings) */} -
+
{currentIndex > 0 ? (