style changes especially sidebar

This commit is contained in:
2025-09-22 12:41:58 +03:00
parent 774f34b971
commit 181fe61368
9 changed files with 95 additions and 53 deletions

View File

@ -83,7 +83,7 @@ function App() {
<Route path='/settings' element={<Settings />} />
</Route>
<Route path="*" element={<h1 className="not-found">404<br/>Not Found</h1>} />
<Route path="*" element={<h1 className="not-found">404 [#]<br/>Not Found</h1>} />
</Routes>
</Router>
</>