Skip to content

Commit 2129f9d

Browse files
authoredDec 6, 2024··
chore(Timeline): Move Timeline component css module feature flag to staff (#5389)
* Move Timeline to staff * Create spicy-foxes-switch.md
1 parent a90da75 commit 2129f9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/spicy-foxes-switch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move Timeline component css module feature flag to staff

‎packages/react/src/Timeline/Timeline.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {useFeatureFlag} from '../FeatureFlags'
1010
import classes from './Timeline.module.css'
1111
import {defaultSxProp} from '../utils/defaultSxProp'
1212

13-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
13+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
1414

1515
type StyledTimelineProps = {clipSidebar?: boolean; className?: string} & SxProp
1616

0 commit comments

Comments
 (0)
Please sign in to comment.