Skip to content

Commit ca902c5

Browse files
authored
Change MISC from red to green (#815)
1 parent 69fe688 commit ca902c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/CommandMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const formattedBadge = (type: string) => {
2626
<Badge className="text-yellow-500/75 border-yellow-500/75">LXC</Badge>
2727
);
2828
case "misc":
29-
return <Badge className="text-red-500/75 border-red-500/75">MISC</Badge>;
29+
return <Badge className="text-green-500/75 border-green-500/75">MISC</Badge>;
3030
}
3131
return null;
3232
};

0 commit comments

Comments
 (0)