diff --git a/ui/src/App.tsx b/ui/src/App.tsx
index 80a0bf1e..26c03469 100644
--- a/ui/src/App.tsx
+++ b/ui/src/App.tsx
@@ -41,7 +41,7 @@ export default function App() {
}>
} />
} />
- } />
+ } />
} />
} />
} />
diff --git a/ui/src/components/layout/app-sidebar.tsx b/ui/src/components/layout/app-sidebar.tsx
index b00da9f4..3fe67dd7 100644
--- a/ui/src/components/layout/app-sidebar.tsx
+++ b/ui/src/components/layout/app-sidebar.tsx
@@ -44,7 +44,7 @@ const navGroups = [
{
title: 'Identity & Access',
items: [
- { path: '/api', icon: Key, label: 'API Profiles' },
+ { path: '/providers', icon: Key, label: 'API Profiles' },
{
path: '/cliproxy',
icon: Zap,
diff --git a/ui/src/pages/home.tsx b/ui/src/pages/home.tsx
index 04e8ac9c..2b192021 100644
--- a/ui/src/pages/home.tsx
+++ b/ui/src/pages/home.tsx
@@ -138,7 +138,7 @@ export function HomePage() {
value={overview?.profiles ?? 0}
icon={Key}
variant="accent"
- onClick={() => navigate('/api')}
+ onClick={() => navigate('/providers')}
/>