about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDan Abramov <dan.abramov@gmail.com>2025-01-20 20:59:11 +0000
committerDan Abramov <dan.abramov@gmail.com>2025-01-20 20:59:11 +0000
commitfe9bb792aa92e0cf7059cd1e6995024b8a223fc0 (patch)
tree788550c350b78f7b438cb246aedd7285a8b5a95c /src
parentbf95345b333c56876cabf4c5b8516c431cc8ce9b (diff)
downloadvoidsky-fe9bb792aa92e0cf7059cd1e6995024b8a223fc0.tar.zst
Fix log source
Diffstat (limited to 'src')
-rw-r--r--src/screens/Search/components/ExploreTrendingVideos.tsx2
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',
               })
             }}
           />