fix: 🚑 incorrect routing, class fixes, update readme

This commit is contained in:
raymonable
2026-02-15 12:20:19 -05:00
parent 8a78bb2c6f
commit ff1ed2d9ec
4 changed files with 6 additions and 5 deletions

View File

@@ -88,6 +88,7 @@
<Route path="/support" component={Communities} />
<Route path="/cards" component={LinkCard} />
<Route path="/setup" component={SetupInstructions} />
<Route path="/ranking" component={Ranking} />
<Route path="/ranking/:game" component={Ranking} />
<Route path="/u/:username" component={UserHome} />
<Route path="/u/:username/:game" component={UserHome} />