diff options
author | Dan Abramov <dan.abramov@gmail.com> | 2025-01-20 20:59:11 +0000 |
---|---|---|
committer | Dan Abramov <dan.abramov@gmail.com> | 2025-01-20 20:59:11 +0000 |
commit | fe9bb792aa92e0cf7059cd1e6995024b8a223fc0 (patch) | |
tree | 788550c350b78f7b438cb246aedd7285a8b5a95c /src | |
parent | bf95345b333c56876cabf4c5b8516c431cc8ce9b (diff) | |
download | voidsky-fe9bb792aa92e0cf7059cd1e6995024b8a223fc0.tar.zst |
Fix log source
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', }) }} /> |