diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index cb3284b47a..a915cb32a3 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -128,7 +128,7 @@ export function SuggestedFollows() { /> diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 2eb921b094..19fd6e5fd9 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -147,7 +147,7 @@ export type LogEvents = { | 'ProfileHoverCard' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedSuggestedFollowsCard' + | 'FeedsInterstitial' } 'profile:unfollow': { logContext: @@ -161,7 +161,7 @@ export type LogEvents = { | 'Chat' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedSuggestedFollowsCard' + | 'FeedsInterstitial' } 'chat:create': { logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'