diff --git a/src/generators/web/ui/components/MetaBar/index.jsx b/src/generators/web/ui/components/MetaBar/index.jsx index 03682766..129b8554 100644 --- a/src/generators/web/ui/components/MetaBar/index.jsx +++ b/src/generators/web/ui/components/MetaBar/index.jsx @@ -19,7 +19,7 @@ const iconMap = { * @property {string} editThisPage - URL for editing the current page */ -const STABILITY_KINDS = ['error', 'warning', null, 'default']; +const STABILITY_KINDS = ['error', 'warning', null, 'info']; const STABILITY_LABELS = ['D', 'E', null, 'L']; /**