Skip to content

Commit

Permalink
πŸ”€ Merge pull request #85 from AssistantNMS/develop
Browse files Browse the repository at this point in the history
πŸ› Fix image path
  • Loading branch information
Khaoz-Topsy authored Sep 9, 2024
2 parents 045c0d3 + f16ad9a commit 417669f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const FishingDataListTile = (props: FishingData) => (
</div>
<div className="action-container">
<div className="action-list">
<img src={`${AppImage.base}special/fishing-${props.Time}.svg`} className="dayNight" alt={props.TimeKey} />
<img src={`/${AppImage.base}special/fishing-${props.Time}.svg`} className="dayNight" alt={props.TimeKey} />
</div>
</div>
</div>
Expand Down

0 comments on commit 417669f

Please sign in to comment.