From fe9bb792aa92e0cf7059cd1e6995024b8a223fc0 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 20 Jan 2025 20:59:11 +0000 Subject: Fix log source --- src/screens/Search/components/ExploreTrendingVideos.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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', }) }} /> -- cgit 1.4.1