Skip to content

Commit

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

* Create grumpy-cherries-deny.md
  • Loading branch information
jonrohan authored Nov 14, 2024
1 parent d4cb322 commit 7c94916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/grumpy-cherries-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Details component from team to staff flag
2 changes: 1 addition & 1 deletion packages/react/src/Details/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {clsx} from 'clsx'
import classes from './Details.module.css'
import {useMergedRefs} from '../internal/hooks/useMergedRefs'

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'

const StyledDetails = toggleStyledComponent(
CSS_MODULES_FEATURE_FLAG,
Expand Down

0 comments on commit 7c94916

Please sign in to comment.