mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
fix spelling of fuschia :(
This commit is contained in:
@@ -36,7 +36,7 @@ addSuggestionColorMap(SuggestionType.PopCulture, "red");
|
||||
addSuggestionColorMap(SuggestionType.Food, "yellow");
|
||||
addSuggestionColorMap(SuggestionType.Interviewing, "purple");
|
||||
addSuggestionColorMap(SuggestionType.Home, "green");
|
||||
addSuggestionColorMap(SuggestionType.Fun, "fuschia");
|
||||
addSuggestionColorMap(SuggestionType.Fun, "fuchsia");
|
||||
addSuggestionColorMap(SuggestionType.Code, "purple");
|
||||
|
||||
const DEFAULT_COLOR = "orange";
|
||||
|
||||
Reference in New Issue
Block a user