Fix 651 Make followers and following button into a <Link>
(#1429)
* make followers and following button into a Link * make buttons into `<a>` tags
This commit is contained in:
parent
2b6fe4cb50
commit
4977a5d2a3
2 changed files with 25 additions and 26 deletions
|
@ -56,8 +56,12 @@ interface TrackPropertiesMap {
|
|||
}
|
||||
// PROFILE HEADER events
|
||||
'ProfileHeader:EditProfileButtonClicked': {}
|
||||
'ProfileHeader:FollowersButtonClicked': {}
|
||||
'ProfileHeader:FollowsButtonClicked': {}
|
||||
'ProfileHeader:FollowersButtonClicked': {
|
||||
handle: string
|
||||
}
|
||||
'ProfileHeader:FollowsButtonClicked': {
|
||||
handle: string
|
||||
}
|
||||
'ProfileHeader:ShareButtonClicked': {}
|
||||
'ProfileHeader:MuteAccountButtonClicked': {}
|
||||
'ProfileHeader:UnmuteAccountButtonClicked': {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue