Fix log source

This commit is contained in:
Dan Abramov
2025-01-20 20:59:11 +00:00
parent bf95345b33
commit fe9bb792aa
@@ -218,7 +218,7 @@ function VideoCards({
}} }}
onInteract={() => { onInteract={() => {
logEvent('videoCard:click', { logEvent('videoCard:click', {
context: 'interstitial:discover', context: 'interstitial:explore',
}) })
}} }}
/> />