Final website tweaks

This commit is contained in:
Simon Prince
2024-04-18 17:41:04 -04:00
parent faf53a49a0
commit 2d300a16a1
20 changed files with 540 additions and 320 deletions

View File

@@ -9,7 +9,7 @@ function App() {
return (
<Router>
<Routes>
<Route exact path="/" element ={<Home/>} />
<Route exact path="/udlbook/" element ={<Home/>} />
</Routes>
</Router>