Skip to content

Commit 66e44f8

Browse files
committed
stability
1 parent 5b0fea3 commit 66e44f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/jsx-ast/utils/buildContent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const transformStabilityNode = (node, index, parent) => {
141141
},
142142
}).node.children[0].children,
143143
level: STABILITY_LEVELS[stabilityLevel],
144-
title: node.data.index,
144+
title: `Stability: ${node.data.index}`,
145145
});
146146

147147
return [SKIP];

0 commit comments

Comments
 (0)