fix: topic colors
This commit is contained in:
parent
817985e42a
commit
3a90d69f4a
1 changed files with 2 additions and 2 deletions
|
|
@ -121,9 +121,9 @@ const getTopicColor = (topicName) => {
|
||||||
case "operating-systems":
|
case "operating-systems":
|
||||||
return "#009975";
|
return "#009975";
|
||||||
case "algorithms":
|
case "algorithms":
|
||||||
return "#6a0dad";
|
|
||||||
default:
|
|
||||||
return "#d50032";
|
return "#d50032";
|
||||||
|
default:
|
||||||
|
return "#000000";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue