Skip to content

Commit c7c9668

Browse files
committed
Add icon for "CI" origin
1 parent e196bc5 commit c7c9668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/helpers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export const originIcon = (origin: string) => {
5858
case "Remote Control YELLOW":
5959
case "Remote Control BLUE":
6060
return "settings_remote"
61+
case "CI":
62+
return "auto_awesome"
6163
default:
6264
return "help_outline"
6365
}

0 commit comments

Comments
 (0)