Skip to content

Commit 8710ab3

Browse files
committed
feat(badge): use info badge
1 parent 0ecb11e commit 8710ab3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@heroicons/react": "^2.2.0",
4444
"@minify-html/node": "^0.16.4",
4545
"@node-core/rehype-shiki": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a",
46-
"@node-core/ui-components": "^1.0.1-b8e314e799e27da854d47f211c1fed36810b969a",
46+
"@node-core/ui-components": "1.0.1-5909a0bd471c5bfddac4f1bf7eee50aea0274970 ",
4747
"@orama/orama": "^3.1.11",
4848
"@orama/react-components": "^0.8.1",
4949
"@rollup/plugin-virtual": "^3.0.2",

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)