fix: optimize the animation of the Follow button on the User Profile Modal (#1156)
This commit is contained in:
parent
632d5d42d6
commit
87717d6426
|
|
@ -290,6 +290,7 @@ export const UserProfileModalContent: FC<{
|
|||
isList: false,
|
||||
})
|
||||
}}
|
||||
layout
|
||||
>
|
||||
<FollowIcon className="mr-1 size-3" />
|
||||
{t("feed_form.follow")}
|
||||
|
|
|
|||
Loading…
Reference in New Issue