Skip to content

Commit b2ca1ac

Browse files
authored
Reassign Data colors & themes feature ownership to Platform UX (#17624)
## Changes Reassigns ownership of the **Data colors & themes** feature in the engineering [Feature Ownership table](/handbook/engineering/feature-ownership) from `analytics-platform` to `platform-ux`. This is a single-value change in `src/hooks/useFeatureOwnership.tsx`, the data source the `FeatureOwnershipTable` reads from. `platform-ux` is an existing team slug already used by several other features. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 8522d46 commit b2ca1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useFeatureOwnership.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const FEATURE_DATA: Record<string, BaseFeature> = {
138138
},
139139
'data-colors-themes': {
140140
feature: 'Data colors & themes',
141-
owner: ['analytics-platform'],
141+
owner: ['platform-ux'],
142142
label: 'feature/colors-and-themes',
143143
},
144144
'data-management': {

0 commit comments

Comments
 (0)