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:
gpt-engineer-app[bot] 2025-08-22 17:44:57 +00:00
parent 02714359af
commit 4b5586ec82
3 changed files with 21 additions and 1 deletions

View file

@ -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 />} />