From 3cbc19b3f219f536805ab65c98685c7998e0374e Mon Sep 17 00:00:00 2001 From: Muhsin Date: Wed, 3 Dec 2025 00:27:16 +0530 Subject: [PATCH] chore: update icons --- .../ConversationWorkflow/ConversationRequiredAttributes.vue | 2 +- app/javascript/dashboard/components-next/sidebar/Sidebar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationRequiredAttributes.vue b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationRequiredAttributes.vue index 29cb1d7de..d3a318ad3 100644 --- a/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationRequiredAttributes.vue +++ b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationRequiredAttributes.vue @@ -123,7 +123,7 @@ const handleDelete = attribute => { 'CONVERSATION_WORKFLOW.REQUIRED_ATTRIBUTES.ADD.SEARCH_PLACEHOLDER' ) " - class="top-full mt-1 ltr:right-0 rtl:left-0" + class="top-full mt-1 w-52 ltr:right-0 rtl:left-0" @action="handleAttributeAction" /> diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 24dfc71dc..c27a5c6ae 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -520,7 +520,7 @@ const menuItems = computed(() => { { name: 'Settings Automation', label: t('SIDEBAR.AUTOMATION'), - icon: 'i-lucide-workflow', + icon: 'i-lucide-repeat', to: accountScopedRoute('automation_list'), }, {