Skip to content

Commit

Permalink
Change MISC from red to green (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Dec 13, 2024
1 parent 69fe688 commit ca902c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CommandMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const formattedBadge = (type: string) => {
<Badge className="text-yellow-500/75 border-yellow-500/75">LXC</Badge>
);
case "misc":
return <Badge className="text-red-500/75 border-red-500/75">MISC</Badge>;
return <Badge className="text-green-500/75 border-green-500/75">MISC</Badge>;
}
return null;
};
Expand Down

0 comments on commit ca902c5

Please sign in to comment.