diff --git a/site/src/AppRouter.tsx b/site/src/AppRouter.tsx
index bb472ca0ae91a..ee7522c05a323 100644
--- a/site/src/AppRouter.tsx
+++ b/site/src/AppRouter.tsx
@@ -18,7 +18,7 @@ import { Route, Routes } from "react-router-dom"
import { selectPermissions } from "xServices/auth/authSelectors"
import { selectFeatureVisibility } from "xServices/entitlements/entitlementsSelectors"
import { XServiceContext } from "xServices/StateContext"
-import { NavbarLayout } from "./components/NavbarLayout/NavbarLayout"
+import { DashboardLayout } from "./components/DashboardLayout/DashboardLayout"
import { RequireAuth } from "./components/RequireAuth/RequireAuth"
import { SettingsLayout } from "./components/SettingsLayout/SettingsLayout"
import { DeploySettingsLayout } from "components/DeploySettingsLayout/DeploySettingsLayout"
@@ -134,132 +134,79 @@ export const AppRouter: FC = () => {
} />
} />
- {/* Authenticated routes */}
+ {/* Dashboard routes */}
}>
- } />
+ }>
+ } />
- } />
- } />
+ } />
+ } />
-
-
-
- }
- />
+ } />
-
-
-
-
- }
- />
-
-
-
-
- }
- />
-
-
-
-
-
-
- }
- />
-
- } />
+
+ } />
+ } />
+
-
-
+
+ } />
+ } />
+
+
-
- }
- />
-
+ }
+ />
+
-
- }
- />
- } />
- } />
-
-
-
-
}
/>
+ } />
+ } />
+
+ } />
+
-
-
-
+
+
-
- }
- />
- } />
-
+ }
+ />
+ } />
+
-
-
+
+
-
- }
- />
- } />
-
-
-
- }
- />
- } />
-
+ }
+ />
+ } />
+ } />
+ } />
+
-
-
+
+ {
>
-
- }
- />
-
+ }
+ />
+
-
-
+
+ {
-
- }
- />
-
+ }
+ />
+ {
-
- }
- />
-
+ }
+ />
+ {
-
- }
- />
-
+ }
+ />
+ {
-
- }
- />
-
+ }
+ />
+ {
-
- }
- />
-
+ }
+ />
+ {
-
- }
- />
-
+ }
+ />
+
-
-
+
+
-
- }
- />
-
+ }
+ />
+
-
- }
- />
-
-
-
-
-
- }
- />
-
-
-
-
-
-
-
}
/>
-
- } />
-
- } />
-
-
-
+
+
+
}
/>
+
- }
- />
+
+
+ } />
+ } />
+ } />
+ }
+ />
+ }
+ />
+
diff --git a/site/src/components/CreateUserForm/CreateUserForm.tsx b/site/src/components/CreateUserForm/CreateUserForm.tsx
index e991c80fe1f41..dd14e5fbed95f 100644
--- a/site/src/components/CreateUserForm/CreateUserForm.tsx
+++ b/site/src/components/CreateUserForm/CreateUserForm.tsx
@@ -62,7 +62,7 @@ export const CreateUserForm: FC<
)
return (
-
+