Skip to content

Commit fcc041d

Browse files
authoredDec 16, 2024··
chore(Header): Move Header component css module feature flag to ga (#5380)
* Move Header component to GA * Create shiny-horses-promise.md
1 parent eedbdbd commit fcc041d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/shiny-horses-promise.md

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

‎packages/react/src/Header/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type StyledHeaderProps = React.ComponentProps<'header'> & SxProp
1515
type StyledHeaderItemProps = React.ComponentProps<'div'> & SxProp & {full?: boolean}
1616
type StyledHeaderLinkProps = React.ComponentProps<'a'> & SxProp & {to?: Location | Pathname}
1717

18-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
18+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'
1919

2020
const StyledHeader = toggleStyledComponent(
2121
CSS_MODULES_FEATURE_FLAG,

0 commit comments

Comments
 (0)
Please sign in to comment.