chore: update icons

This commit is contained in:
Muhsin
2025-12-03 00:27:16 +05:30
parent 65dedba3ab
commit 3cbc19b3f2
2 changed files with 2 additions and 2 deletions
@@ -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"
/>
</div>
@@ -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'),
},
{