Skip to content

Commit 9fb5338

Browse files
committed
Move Breadcrumbs to staff
1 parent d6fe52e commit 9fb5338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Breadcrumbs/Breadcrumbs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {useFeatureFlag} from '../FeatureFlags'
1313
import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic'
1414

1515
const SELECTED_CLASS = 'selected'
16-
const CSS_MODULES_FLAG = 'primer_react_css_modules_team'
16+
const CSS_MODULES_FLAG = 'primer_react_css_modules_staff'
1717

1818
const Wrapper = toggleStyledComponent(
1919
CSS_MODULES_FLAG,

0 commit comments

Comments
 (0)