This commit is contained in:
Barrett Ruth 2025-12-27 16:19:55 -06:00
parent d03bb03649
commit 92be091796
9 changed files with 80 additions and 2 deletions

View file

@ -10,6 +10,8 @@ export function getTopicColor(topicName) {
return "#3d8a44";
case "git":
return "#cc5500";
case "death":
return "#000000";
default:
return null;
}