1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 18:08:11 +09:00

chore: remove links

This commit is contained in:
2020-03-07 12:34:47 +09:00
parent 7a1d8c738f
commit adacd60426
3 changed files with 29 additions and 26 deletions

View File

@@ -38,7 +38,7 @@ export function trackEvent({
}
export function sendQueryEvent(query: string): void {
trackEvent({category: 'Search', action: 'Search New Word', label: query});
trackEvent({category: 'Search', action: 'Invoke New Search', label: query});
}
export function sendGettingStartedEvent(): void {