feat: revert changed icon
This commit is contained in:
parent
ed7cbe6f17
commit
f38f91d553
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ async function edit() {
|
|||
btn-action-icon
|
||||
@click="edit"
|
||||
>
|
||||
<span :class="isRemoved ? 'i-ri:user-follow-line' : 'i-ri:user-unfollow-line'" />
|
||||
<span :class="isRemoved ? 'i-ri:user-add-line' : 'i-ri:user-unfollow-line'" />
|
||||
</button>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue