Skip to content

Commit 5a8138a

Browse files
authored
chore(Pagehead): Move Pagehead component css module feature flag to ga (#5378)
* Move Pagehead component to ga * Create cyan-eggs-sort.md
1 parent 74d3de4 commit 5a8138a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/cyan-eggs-sort.md

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

packages/react/src/Pagehead/Pagehead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
77
import classes from './Pagehead.module.css'
88
import {useFeatureFlag} from '../FeatureFlags'
99

10-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
10+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'
1111

1212
/**
1313
* @deprecated

0 commit comments

Comments
 (0)