diff --git a/ui/src/router.tsx b/ui/src/router.tsx
index 21dce608..cd78604e 100644
--- a/ui/src/router.tsx
+++ b/ui/src/router.tsx
@@ -65,7 +65,7 @@ export const router = createBrowserRouter([
{ path: 'logs/:appId/:routeId', element: },
{ path: 'config', element: },
{ path: 'config/:appId', element: },
- { path: 'deployments', element: },
+ { path: 'deployments', element: },
// Apps tab (OPERATOR+ via UI guard, shows all or single app)
{ path: 'apps', element: },