chore: make add contact as plus icon

This commit is contained in:
Shariq Ansari 2024-05-06 21:16:41 +05:30
parent 010198833a
commit 59b0ab20d5

View File

@ -139,13 +139,10 @@
<template #target="{ togglePopover }">
<Button
class="h-7 px-3"
:label="__('Add Contact')"
variant="ghost"
icon="plus"
@click="togglePopover()"
>
<template #prefix>
<FeatherIcon name="plus" class="h-4" />
</template>
</Button>
/>
</template>
</Link>
</div>