diff --git a/frontend/src/components/chat/ChatPanel.vue b/frontend/src/components/chat/ChatPanel.vue index 6301dea..f0443a0 100644 --- a/frontend/src/components/chat/ChatPanel.vue +++ b/frontend/src/components/chat/ChatPanel.vue @@ -8,14 +8,14 @@ elevation="8" @click="togglePanel" > - {{ panelOpen ? 'mdi-close' : 'mdi-robot-outline' }} + {{ panelOpen ? 'mdi-close' : 'mdi-cat' }} - Purrse AI + {{ chatBotName }}