Add "Go back to Puzzles" option
Add a "Go back to Puzzles" option to the Knights Puzzle interactive when accessed from the puzzles page.
This commit is contained in:
parent
14a244160a
commit
6eb57f0380
2 changed files with 19 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ const Puzzles = () => {
|
|||
difficulty={puzzle.difficulty}
|
||||
duration={puzzle.duration}
|
||||
participants={puzzle.participants}
|
||||
onClick={() => navigate(puzzle.path)}
|
||||
onClick={() => navigate(`${puzzle.path}?from=puzzles`)}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue