Add genre/special-specific URLs to share functionality
This commit is contained in:
@@ -62,6 +62,7 @@ export default async function SpecialPage({ params }: PageProps) {
|
||||
<Game
|
||||
dailyPuzzle={dailyPuzzle}
|
||||
genre={decodedName}
|
||||
isSpecial={true}
|
||||
maxAttempts={dailyPuzzle?.maxAttempts}
|
||||
unlockSteps={dailyPuzzle?.unlockSteps}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user