Skip to content

Commit

Permalink
chore(Breadcrumbs): Move Breadcrumbs component css module feature fla…
Browse files Browse the repository at this point in the history
…g to staff (#5387)

* Move Breadcrumbs to staff

* Create shaggy-geese-smile.md
  • Loading branch information
jonrohan authored Dec 13, 2024
1 parent e3856ba commit e29c40c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shaggy-geese-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Breadcrumbs component css module feature flag to ga
2 changes: 1 addition & 1 deletion packages/react/src/Breadcrumbs/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {useFeatureFlag} from '../FeatureFlags'
import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic'

const SELECTED_CLASS = 'selected'
const CSS_MODULES_FLAG = 'primer_react_css_modules_team'
const CSS_MODULES_FLAG = 'primer_react_css_modules_staff'

const Wrapper = toggleStyledComponent(
CSS_MODULES_FLAG,
Expand Down

0 comments on commit e29c40c

Please sign in to comment.