Update Sim game page
Add unique ID to Sim game and update link and QR code.
This commit is contained in:
parent
e331c33aa7
commit
927c445677
2 changed files with 3 additions and 3 deletions
|
|
@ -95,8 +95,8 @@ const App = () => (
|
|||
<Route path="/balanced-ternary-game" element={<BalancedTernaryGamePage />} />
|
||||
<Route path="/binary-search-trick" element={<BinarySearchTrickPage />} />
|
||||
<Route path="/binary-search-trick/:mode" element={<BinarySearchTrickGreenScreen />} />
|
||||
<Route path="/game-of-sim" element={<GameOfSimPage />} />
|
||||
<Route path="/game-of-sim/:mode" element={<GameOfSimGreenScreen />} />
|
||||
<Route path="/sim" element={<GameOfSimPage />} />
|
||||
<Route path="/sim/:mode" element={<GameOfSimGreenScreen />} />
|
||||
<Route path="/ternary-search-trick" element={<TernarySearchTrickPage />} />
|
||||
<Route path="/ternary-search-trick/:mode" element={<TernarySearchTrickGreenScreen />} />
|
||||
<Route path="/northcotts-game" element={<NorthcottsGamePage />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue