Skip to content

Commit

Permalink
chore(Pagehead): Move Pagehead component css module feature flag to ga (
Browse files Browse the repository at this point in the history
#5378)

* Move Pagehead component to ga

* Create cyan-eggs-sort.md
  • Loading branch information
jonrohan authored Dec 11, 2024
1 parent 74d3de4 commit 5a8138a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-eggs-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Pagehead component css module feature flag to ga
2 changes: 1 addition & 1 deletion packages/react/src/Pagehead/Pagehead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
import classes from './Pagehead.module.css'
import {useFeatureFlag} from '../FeatureFlags'

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'

/**
* @deprecated
Expand Down

0 comments on commit 5a8138a

Please sign in to comment.