We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
info
1 parent 5d4416c commit 02d53deCopy full SHA for 02d53de
src/generators/web/ui/components/MetaBar/index.jsx
@@ -19,7 +19,7 @@ const iconMap = {
19
* @property {string} editThisPage - URL for editing the current page
20
*/
21
22
-const STABILITY_KINDS = ['error', 'warning', null, 'default'];
+const STABILITY_KINDS = ['error', 'warning', null, 'info'];
23
const STABILITY_LABELS = ['D', 'E', null, 'L'];
24
25
/**
0 commit comments