death
This commit is contained in:
parent
d03bb03649
commit
92be091796
9 changed files with 80 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ export function getTopicColor(topicName) {
|
|||
return "#3d8a44";
|
||||
case "git":
|
||||
return "#cc5500";
|
||||
case "death":
|
||||
return "#000000";
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue