We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e35e57 commit e73f43cCopy full SHA for e73f43c
src/components/builder/FeaturePicker.tsx
@@ -94,7 +94,7 @@ const CATEGORY_INFO: Record<
94
},
95
analytics: {
96
label: 'Analytics',
97
- description: 'Analytics and tracking tools',
+ description: 'Analytics and user behavior tracking',
98
color: '#00bcff', // Sky-400
99
100
api: {
@@ -124,8 +124,8 @@ const CATEGORY_ORDER: Array<FeatureCategory> = [
124
'api',
125
'i18n',
126
'cms',
127
- 'tooling',
128
'analytics',
+ 'tooling',
129
'other',
130
]
131
0 commit comments