Skip to content

Commit e73f43c

Browse files
committed
fix: update analytics category description and reorder categories
1 parent 8e35e57 commit e73f43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/builder/FeaturePicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CATEGORY_INFO: Record<
9494
},
9595
analytics: {
9696
label: 'Analytics',
97-
description: 'Analytics and tracking tools',
97+
description: 'Analytics and user behavior tracking',
9898
color: '#00bcff', // Sky-400
9999
},
100100
api: {
@@ -124,8 +124,8 @@ const CATEGORY_ORDER: Array<FeatureCategory> = [
124124
'api',
125125
'i18n',
126126
'cms',
127-
'tooling',
128127
'analytics',
128+
'tooling',
129129
'other',
130130
]
131131

0 commit comments

Comments
 (0)