Cleaner header and hub

This commit is contained in:
2025-04-12 01:16:44 +02:00
parent b04ee4cb92
commit b6f1e3eb8e
5 changed files with 59 additions and 26 deletions

View File

@@ -78,7 +78,7 @@ function App() {
<Route path="forgot-password" element={<ForgotPassword />} />
<Route path="update-password" element={<UpdatePassword />} />
</Route>
<Route index element={<><Header /><h1>HOME&nbsp;<Link to={"/auth/login"}>Login</Link></h1></>} />
<Route index element={<><Header /><h1>HOME&nbsp;</h1></>} />
</Routes>
<UnsavedChangesNotifier />
<DocumentTitleHandler />