fix: muted words

This commit is contained in:
2023-11-17 11:05:57 +00:00
parent 3e50d34786
commit e1f4aab214
5 changed files with 15 additions and 143 deletions

View File

@ -525,3 +525,8 @@ export function getCountry() {
lon: Number(lon) / Math.pow(10, lon.length - 3),
};
}
export function trackEvent(event: string) {
window.plausible?.(event);
}