From b4d8899b998fae08eeb631c158c08cbd8cbb4b0f Mon Sep 17 00:00:00 2001 From: Rojan Rajbhandari Date: Mon, 22 Sep 2025 19:55:20 +0545 Subject: [PATCH] chore(OUT-2395): change branding from Copilot to Assembly --- README.md | 2 +- src/app/layout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 827dd22..5269b15 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -## Copilot profile manager +## Assembly profile manager diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c914b8..5cec5b0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,8 +9,8 @@ import { Footer } from '@/layouts/Footer'; const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { - title: 'Profile Manager App', - description: 'Copilot Profile Manager App', + title: 'Profile Manager', + description: 'Assembly Profile Manager App', }; export default function RootLayout({ children }: { children: React.ReactNode }) {