feat(meditations): thanks djikstra

This commit is contained in:
Barrett Ruth 2025-05-16 12:52:56 -04:00
parent ecc52ce002
commit b83f17d087
4 changed files with 110 additions and 3 deletions

View file

@ -122,6 +122,8 @@ const getTopicColor = (topicName) => {
return "#009975";
case "algorithms":
return "#d50032";
case "meditations":
return "#6a0dad";
default:
return "#000000";
}