Skip to content

Commit f448636

Browse files
committed
Add origin icons for remote controls
1 parent 6a0fa3a commit f448636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/helpers/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ export const originIcon = (origin: string) => {
4949
return "fork_right"
5050
case "Majority":
5151
return "group_add"
52+
case "Remote Control YELLOW":
53+
case "Remote Control BLUE":
54+
return "settings_remote"
5255
default:
5356
return "help_outline"
5457
}

0 commit comments

Comments
 (0)