Skip to content

Commit

Permalink
fix race portraits to use the 60px version that i just added
Browse files Browse the repository at this point in the history
  • Loading branch information
IanGrainger committed Apr 14, 2024
1 parent a362bd7 commit f92e134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ResolveBonusList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ResolveBonusList: Component<{
<>
<div>
<img
src={`./icons/races/84px-${race}_circle.png`}
src={`./icons/races/60px-${race}_circle.png`}
alt={race}
height={20}
width={20}
Expand Down Expand Up @@ -86,7 +86,7 @@ export const ResolveBonusList: Component<{
<>
<div>
<img
src={`./icons/races/84px-${race}_circle.png`}
src={`./icons/races/60px-${race}_circle.png`}
alt={race}
height={20}
width={20}
Expand Down

0 comments on commit f92e134

Please sign in to comment.