Cleaner header and hub
This commit is contained in:
@@ -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 <Link to={"/auth/login"}>Login</Link></h1></>} />
|
||||
<Route index element={<><Header /><h1>HOME </h1></>} />
|
||||
</Routes>
|
||||
<UnsavedChangesNotifier />
|
||||
<DocumentTitleHandler />
|
||||
|
||||
Reference in New Issue
Block a user