1
0
forked from test/crm

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