feat: revert changed icon

This commit is contained in:
Ayo Ayco 2025-04-25 17:48:18 +02:00
parent f38f91d553
commit 555d8d26b9

View file

@ -44,7 +44,7 @@ async function edit(listId: string) {
btn-action-icon btn-action-icon
@click="() => edit(item.id)" @click="() => edit(item.id)"
> >
<span :class="indexOfUserInList(item.id) === -1 ? 'i-ri:user-follow-line' : 'i-ri:user-unfollow-line'" /> <span :class="indexOfUserInList(item.id) === -1 ? 'i-ri:user-add-line' : 'i-ri:user-unfollow-line'" />
</button> </button>
</CommonTooltip> </CommonTooltip>
</div> </div>