diff --git a/Interface/src/Components/page-analytics/chatbot/chatbot.component.css b/Interface/src/Components/page-analytics/chatbot/chatbot.component.css index 25ebf355..380e9522 100644 --- a/Interface/src/Components/page-analytics/chatbot/chatbot.component.css +++ b/Interface/src/Components/page-analytics/chatbot/chatbot.component.css @@ -110,7 +110,7 @@ opacity: 0; transition: opacity 0.3s; font-size: 11px; - color: #888; + color: #474646; margin-top: 5px; } diff --git a/Interface/src/Components/page-analytics/chatbot/chatbot.component.ts b/Interface/src/Components/page-analytics/chatbot/chatbot.component.ts index 376ac441..3e79a1b3 100644 --- a/Interface/src/Components/page-analytics/chatbot/chatbot.component.ts +++ b/Interface/src/Components/page-analytics/chatbot/chatbot.component.ts @@ -51,7 +51,7 @@ export class ChatbotComponent implements OnInit { content: this.newMessage, isUser: true, timestamp: new Date(), - icon: 'fa-user' + icon: '' }; this.messages.push(userMessage); diff --git a/images/analytics.png b/images/analytics.png index 7f56e325..607df537 100644 Binary files a/images/analytics.png and b/images/analytics.png differ