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 }) {