diff --git a/components/Chat/ChatLayout.test.tsx b/components/Chat/ChatLayout.test.tsx
index 79a0f16..48d877b 100644
--- a/components/Chat/ChatLayout.test.tsx
+++ b/components/Chat/ChatLayout.test.tsx
@@ -4,7 +4,7 @@ import ChatLayout from './ChatLayout';
describe('ChatLayout', () => {
it('renders chat interface', () => {
render();
- expect(screen.getByText('AI Chat')).toBeInTheDocument();
+ expect(screen.getByText('ChatGPZ')).toBeInTheDocument();
expect(screen.getByPlaceholderText('Type your message...')).toBeInTheDocument();
});
});
diff --git a/components/Chat/ChatLayout.tsx b/components/Chat/ChatLayout.tsx
index 7870907..8a27fa5 100644
--- a/components/Chat/ChatLayout.tsx
+++ b/components/Chat/ChatLayout.tsx
@@ -352,7 +352,7 @@ export default function ChatLayout() {
- AI Chat
+ ChatGPZ