Skip to content

Commit

Permalink
chore(Pagehead): Move Pagehead component from team to staff flag (#5291)
Browse files Browse the repository at this point in the history
* Move Pagehead to staff flag

* Create fast-hats-drum.md

---------

Co-authored-by: Marie Lucca <40550942+francinelucca@users.noreply.github.com>
  • Loading branch information
jonrohan and francinelucca authored Nov 14, 2024
1 parent ffc8f91 commit 8fd0035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fast-hats-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Pagehead component from team to staff flag
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_team'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'

/**
* @deprecated
Expand Down

0 comments on commit 8fd0035

Please sign in to comment.