Skip to content

Commit

Permalink
fix: fix google analytics category (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien authored Jul 16, 2024
1 parent be0f5b9 commit 9fca8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const registry: (resolve?: (s: string) => string) => RegistryScripts = (r
},
{
label: 'Google Analytics',
category: 'tracking',
category: 'analytics',
import: {
name: 'useScriptGoogleAnalytics',
from: resolve('./runtime/registry/google-analytics'),
Expand Down

0 comments on commit 9fca8c0

Please sign in to comment.