diff --git a/airwatch/src/app/chatbot/chatbot.html b/airwatch/src/app/chatbot/chatbot.html index f79b7a8..982a336 100644 --- a/airwatch/src/app/chatbot/chatbot.html +++ b/airwatch/src/app/chatbot/chatbot.html @@ -34,7 +34,7 @@ } @else { - logo + logo } @@ -136,39 +136,39 @@ @if (appState.displayConversationListPanelLarge) {
@for (conversation of conversationsList; track conversation) { -
- + class="conversation-item"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@if (conversation.pinned) { @@ -188,13 +188,13 @@ {{ conversation.description || 'No description' }} - +
- +
@@ -244,9 +244,9 @@
@if (displayExportConversation) { -