diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Search/components/ExploreTrendingVideos.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/components/ExploreTrendingVideos.tsx b/src/screens/Search/components/ExploreTrendingVideos.tsx index daceb9acd..00fa76dbf 100644 --- a/src/screens/Search/components/ExploreTrendingVideos.tsx +++ b/src/screens/Search/components/ExploreTrendingVideos.tsx @@ -218,7 +218,7 @@ function VideoCards({ }} onInteract={() => { logEvent('videoCard:click', { - context: 'interstitial:discover', + context: 'interstitial:explore', }) }} /> |