We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e196bc5 commit c7c9668Copy full SHA for c7c9668
frontend/src/helpers/index.ts
@@ -58,6 +58,8 @@ export const originIcon = (origin: string) => {
58
case "Remote Control YELLOW":
59
case "Remote Control BLUE":
60
return "settings_remote"
61
+ case "CI":
62
+ return "auto_awesome"
63
default:
64
return "help_outline"
65
}
0 commit comments