Updated menu style.

This commit is contained in:
Mike Cao 2024-02-07 22:53:36 -08:00
parent 8da3811c73
commit 264c6954e9
2 changed files with 3 additions and 1 deletions

View file

@ -138,7 +138,7 @@ export type UmamiTracker = {
/**
* Tracks an event with fully customizable dynamic data
* Ilf you don't specify any `name` and/or `data`, it will be treated as a page view
* If you don't specify any `name` and/or `data`, it will be treated as a page view
*
* @example ```
* umami.track((props) => ({ ...props, url: path }));