Skip to content

Commit

Permalink
Fixes bug Entertainment missing from Home (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottpeter authored Nov 7, 2024
1 parent cf75cf6 commit a0862c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const oneDirectionCategoryNamesToIdMap = new Map([
["Developer Experience", "developer-experience"],
["Security", "security"],
["Lobby", "lobby"],
["Entertainment", Entertainment],
["Entertainment", "entertainment"],
]);
export const CATEGORY_NAMES_TO_ID_MAP = createBiDirectionaltMap(
oneDirectionCategoryNamesToIdMap
Expand All @@ -181,7 +181,7 @@ export const CATEGORY_IMAGES_MAP = new Map([
["Coordination", Coordination],
["Developer Experience", DeveloperExperience],
["Security", Security],
["Entertainment", "entertainment"],
["Entertainment", Entertainment],
]);

export const DISCLAIMER_OF_LIABILITY_HEADER = "Disclaimer of Liability";
Expand Down

0 comments on commit a0862c7

Please sign in to comment.