Skip to content

Commit

Permalink
chore(Banner): Move Banner CSS module flag from staff to ga (#5225)
Browse files Browse the repository at this point in the history
* Move Banner CSS module flag to ga

* Create odd-ways-jog.md
  • Loading branch information
jonrohan authored Nov 5, 2024
1 parent 26b54d8 commit e732591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/odd-ways-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

chore(Banner): Move Banner CSS module flag from staff to ga
2 changes: 1 addition & 1 deletion packages/react/src/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const labels: Record<BannerVariant, string> = {
warning: 'Warning',
}

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

export const Banner = React.forwardRef<HTMLElement, BannerProps>(function Banner(
{
Expand Down

0 comments on commit e732591

Please sign in to comment.