Skip to content

Commit

Permalink
test image pathing with absolute url
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Oct 5, 2023
1 parent 6e41cb8 commit d05253b
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={`https://github.com/Glazelf/DQM3-db/blob/master/public/families/${family.family}_icon.png`}
alt={family.alt}
onClick={() => handleFamilyClick(family.family)}
/>
Expand Down

0 comments on commit d05253b

Please sign in to comment.