Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Update posthog event name
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed May 3, 2023
1 parent 6be0ebd commit 4eb404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NetworkSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const NetworkSwitch = () => {
if (networkId !== undefined) {
dispatch(networkPresetSwitched(networkName))

posthog?.capture('Changed network', { network_name: networkName })
posthog?.capture('Changed network from app header', { network_name: networkName })
return
}
}
Expand Down

0 comments on commit 4eb404a

Please sign in to comment.