Skip to content

Commit

Permalink
fix: missing hero color
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Dec 29, 2024
1 parent 549b6a9 commit 98d3a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/components/charts/heroColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ export const HeroColors: HeroColor = {
LifeWeaver: "#E0B6C5",
Mauga: "#DC847D",
Juno: "#987DB9",
Hazard: "#b093cd"
Hazard: "#b093cd",
Venture: "#61483a"
}

0 comments on commit 98d3a3a

Please sign in to comment.