Skip to content

Commit

Permalink
remove lover and loving count
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Jul 30, 2024
1 parent fb8a28b commit c46e0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssr/src/page/profile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ fn ProfileViewInner(user: ProfileDetails, user_canister: Principal) -> impl Into
</div>
</div>
<div class="flex justify-around text-center rounded-full divide-x-2 divide-white/20 bg-white/10 p-4 my-4 w-11/12 sm:w-7/12">
<Stat stat=user.followers_cnt info="Lovers"/>
<Stat stat=user.following_cnt info="Loving"/>
// <Stat stat=user.followers_cnt info="Lovers"/>
// <Stat stat=user.following_cnt info="Loving"/>
<Stat stat=user.hots info="Hots"/>
<Stat stat=user.nots info="Nots"/>
</div>
Expand Down

0 comments on commit c46e0a4

Please sign in to comment.