Skip to content

Commit 02d53de

Browse files
avivkellerCopilot
andauthored
feat(badge): use info badge (#411)
* feat(badge): use `info` badge * Update package.json Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 5d4416c commit 02d53de

File tree

1 file changed

+1
-1
lines changed
  • src/generators/web/ui/components/MetaBar

1 file changed

+1
-1
lines changed

src/generators/web/ui/components/MetaBar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const iconMap = {
1919
* @property {string} editThisPage - URL for editing the current page
2020
*/
2121

22-
const STABILITY_KINDS = ['error', 'warning', null, 'default'];
22+
const STABILITY_KINDS = ['error', 'warning', null, 'info'];
2323
const STABILITY_LABELS = ['D', 'E', null, 'L'];
2424

2525
/**

0 commit comments

Comments
 (0)