diff --git a/components/ambient-ui/README.md b/components/ambient-ui/README.md index a9e9b17a8..b06634438 100644 --- a/components/ambient-ui/README.md +++ b/components/ambient-ui/README.md @@ -1,6 +1,6 @@ -# Ambient UI +# ACP UI -Operations console for the Ambient Code Platform. Next.js BFF with OIDC authentication (Keycloak), shadcn/ui components, and Red Hat design system. +Operations console for ACP. Next.js BFF with OIDC authentication (Keycloak), shadcn/ui components, and Red Hat design system. ## Local Development diff --git a/components/ambient-ui/src/app/(dashboard)/page.tsx b/components/ambient-ui/src/app/(dashboard)/page.tsx index 4e8e37afe..b835f43d4 100644 --- a/components/ambient-ui/src/app/(dashboard)/page.tsx +++ b/components/ambient-ui/src/app/(dashboard)/page.tsx @@ -63,7 +63,7 @@ export default function ProjectPickerPage() {
diff --git a/components/ambient-ui/src/app/layout.tsx b/components/ambient-ui/src/app/layout.tsx index 183dffbc7..705b98beb 100644 --- a/components/ambient-ui/src/app/layout.tsx +++ b/components/ambient-ui/src/app/layout.tsx @@ -16,8 +16,8 @@ const redHatMono = Red_Hat_Mono({ }) export const metadata: Metadata = { - title: "Ambient UI", - description: "Ambient Code Platform operations console", + title: "ACP", + description: "Agent Control Plane operations console", } export default function RootLayout({ diff --git a/components/ambient-ui/src/components/app-sidebar.tsx b/components/ambient-ui/src/components/app-sidebar.tsx index ee7a36567..e4723b6b9 100644 --- a/components/ambient-ui/src/components/app-sidebar.tsx +++ b/components/ambient-ui/src/components/app-sidebar.tsx @@ -148,7 +148,7 @@ export function AppSidebar({ projectId }: AppSidebarProps) {
- Ambient + ACP
diff --git a/components/ambient-ui/src/components/nav-header.tsx b/components/ambient-ui/src/components/nav-header.tsx index dee50382f..11ba3b5f1 100644 --- a/components/ambient-ui/src/components/nav-header.tsx +++ b/components/ambient-ui/src/components/nav-header.tsx @@ -122,7 +122,7 @@ export function NavHeader({ projectId, projectName, pageName, sessionName, detai - Ambient + ACP