Skip to content

Commit

Permalink
I don't know how that happened
Browse files Browse the repository at this point in the history
  • Loading branch information
Esummins committed May 7, 2024
1 parent 90cd146 commit bfb664e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const goldIcons: Record<string, string> = {
};

export const categoryIcons: Record<string, string> = {
"-4": "https://cdn.stardew.app/images/(C)131.webp",
"-5": "https://cdn.stardew.app/images/(C)174.webp",
"-6": "https://cdn.stardew.app/images/(C)184.webp",
"-777": "https://cdn.stardew.app/images/(C)495.webp",
"-4": "https://cdn.stardew.app/images/(O)131.webp",
"-5": "https://cdn.stardew.app/images/(O)174.webp",
"-6": "https://cdn.stardew.app/images/(O)184.webp",
"-777": "https://cdn.stardew.app/images/(O)495.webp",
};

0 comments on commit bfb664e

Please sign in to comment.