From 4977a5d2a3154083bc2ae63f9bf85d8b63140783 Mon Sep 17 00:00:00 2001 From: Ansh Date: Wed, 13 Sep 2023 02:17:55 +0530 Subject: Fix 651 Make followers and following button into a `` (#1429) * make followers and following button into a Link * make buttons into `` tags --- src/lib/analytics/types.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib/analytics/types.ts') diff --git a/src/lib/analytics/types.ts b/src/lib/analytics/types.ts index 5f9437319..4fcd3ebd2 100644 --- a/src/lib/analytics/types.ts +++ b/src/lib/analytics/types.ts @@ -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': {} -- cgit 1.4.1