From b70834311d37c0e71e33c2a82b7d863e896b66cc Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 8 Jun 2026 17:23:42 -0700 Subject: show indicator on button while submitting daily guess --- src/pages/DailyPage.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pages/DailyPage.tsx') diff --git a/src/pages/DailyPage.tsx b/src/pages/DailyPage.tsx index d1482b1..17efaeb 100644 --- a/src/pages/DailyPage.tsx +++ b/src/pages/DailyPage.tsx @@ -69,6 +69,7 @@ export function DailyPage() { didGuess, skip, guess, + isSubmitting, } = useGameState({ solution: todaysSolution?.song ?? null, persist: true, @@ -109,6 +110,7 @@ export function DailyPage() { setSelectedSong={setSelectedSong} skip={skip} guess={guess} + isSubmitting={isSubmitting} />