From b8321cef56d63f4e5a9fc31ba77026d4d0efe6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rdle=20Bot?= Date: Sun, 23 Nov 2025 14:43:35 +0100 Subject: [PATCH] Show favicon as fallback when cover image is missing --- components/Game.tsx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/components/Game.tsx b/components/Game.tsx index cbc2dca..f49280b 100644 --- a/components/Game.tsx +++ b/components/Game.tsx @@ -282,13 +282,11 @@ export default function Game({ dailyPuzzle, genre = null, isSpecial = false, max {/* Song Details */}
- {dailyPuzzle.coverImage && ( - Album Cover - )} + Album Cover

{dailyPuzzle.title}

{dailyPuzzle.artist}