We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a6fd7 commit 03fdb17Copy full SHA for 03fdb17
src/services/languageFacts.ts
@@ -593,11 +593,11 @@ export function getEntryDescription(entry: { description: string; browsers: Brow
593
function getEntryStatus(status: string) {
594
switch (status) {
595
case 'experimental':
596
- return '\n⚠️ Property is experimental. Be cautious to use it. ⚠️';
+ return '\n⚠️ Property is experimental. Be cautious to use it.️';
597
case 'nonstandard':
598
- return '\n⚠️ Property is nonstandard. Avoid using it. ⚠️';
+ return '\n🚨️ Property is nonstandard. Avoid using it.';
599
case 'obsolete':
600
- return '\n⚠️ Property is obsolete. Avoid using it. ⚠️';
+ return '\n⚠️ Property is obsolete. Avoid using it.';
601
default:
602
return '';
603
}
0 commit comments