Skip to content

Commit

Permalink
hopefully fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 5, 2023
1 parent 8499f2d commit 1311150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FamilySelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FamilySelector: FC<FamilySelectorProps> = ({ updateFilter }) => {
<img
key={index}
className='family-icon'
src={`/public/families/${family.family}_icon.png`}
src={`./public/families/${family.family}_icon.png`}
alt={family.alt}
onClick={() => handleFamilyClick(family.family)}
/>
Expand Down

0 comments on commit 1311150

Please sign in to comment.