Skip to content

Commit

Permalink
fix: add missing isDeprecated emoji+description
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Dec 3, 2023
1 parent 3db7f24 commit c05badd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/components/views/home/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const kFlagsToWatch = new Set([
const kEmojiDescription = {
"📦": "scripts",
"⚔️": "sensitive files",
"🚨": "vulnerabilities"
"🚨": "vulnerabilities",
"⛔️": "deprecated"
};

export class HomeView {
Expand Down

0 comments on commit c05badd

Please sign in to comment.