Fix column label alignment
Adjusted column labels for better alignment. Added the parity-magic interactive under the Games section with a working share component and copy link functionality. -edited src/App.tsx -edited src/components/ParityBitsGame.tsx
This commit is contained in:
parent
02714359af
commit
4b5586ec82
3 changed files with 21 additions and 1 deletions
|
|
@ -90,6 +90,7 @@ const App = () => (
|
|||
<Route path="/themes/puzzles" element={<Puzzles />} />
|
||||
<Route path="/themes/puzzles/stacking-blocks" element={<StackingBlocksPage />} />
|
||||
<Route path="/parity-bits" element={<ParityBitsGamePage />} />
|
||||
<Route path="/parity-magic" element={<ParityBitsGamePage />} />
|
||||
<Route path="/themes/miscellany" element={<Miscellany />} />
|
||||
<Route path="/themes/contest-problems" element={<ContestProblems />} />
|
||||
<Route path="/contest-problems/grid-tiling" element={<GridTilingPuzzlePage />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue