feat: follow actions on profile (#23)
This commit is contained in:
parent
9aa7243d43
commit
5dc79df091
2 changed files with 22 additions and 5 deletions
|
@ -27,7 +27,6 @@ function follow() {
|
|||
<div flex justify-between>
|
||||
<AccountInfo :account="account" p3 />
|
||||
<div h-full p5>
|
||||
<!-- TODO is following logic and actions -->
|
||||
<div v-if="isFollowing === true" color-purple hover:color-gray hover:cursor-pointer i-ri:user-unfollow-fill @click="unfollow" />
|
||||
<div v-else-if="isFollowing === false" color-gray hover:color-purple hover:cursor-pointer i-ri:user-follow-fill @click="follow" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue