Add genre/special-specific URLs to share functionality

This commit is contained in:
Hördle Bot
2025-11-22 19:30:49 +01:00
parent 7fc1c2c201
commit 5d5a75a735
2 changed files with 15 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ export default async function SpecialPage({ params }: PageProps) {
<Game
dailyPuzzle={dailyPuzzle}
genre={decodedName}
isSpecial={true}
maxAttempts={dailyPuzzle?.maxAttempts}
unlockSteps={dailyPuzzle?.unlockSteps}
/>