aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.js
diff options
context:
space:
mode:
authorWolfboy248 <121288977+Wolfboy248@users.noreply.github.com>2024-07-13 00:15:58 +0200
committerGitHub <noreply@github.com>2024-07-13 01:15:58 +0300
commit83d2243c65bf5fce5c75ef3753595d38f4d545d5 (patch)
tree9373c05bbf60c8b63688056dc51feb6823c2e313 /frontend/src/App.js
parentfix: empty country code on new account (#187) (diff)
downloadlphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.gz
lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.bz2
lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.zip
feat: fixes, styles, partial homepage implementation and maplist header loader (#188)
Diffstat (limited to '')
-rw-r--r--frontend/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.js b/frontend/src/App.js
index 5b68ae5..d96fa88 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -28,7 +28,7 @@ export default function App() {
28 <BrowserRouter> 28 <BrowserRouter>
29 <Sidebar token={token} setToken={setToken}/> 29 <Sidebar token={token} setToken={setToken}/>
30 <Routes> 30 <Routes>
31 <Route index element={<Homepage token={token} mod={mod}/>}></Route> 31 <Route index element={<Homepage token={token} mod={mod} setToken={setToken}/>}></Route>
32 <Route path="/news" element={<Main text="News"/>}></Route> 32 <Route path="/news" element={<Main text="News"/>}></Route>
33 <Route path="/records" element={<Main text="Records"/>}></Route> 33 <Route path="/records" element={<Main text="Records"/>}></Route>
34 <Route path="/leaderboards" element={<Main text="Leaderboards"/>}></Route> 34 <Route path="/leaderboards" element={<Main text="Leaderboards"/>}></Route>