Skip to content

Commit

Permalink
πŸ”€ Merge pull request #86 from AssistantNMS/develop
Browse files Browse the repository at this point in the history
πŸ› Fix image bug
  • Loading branch information
Khaoz-Topsy authored Sep 9, 2024
2 parents 417669f + 6a537e5 commit 4d8bd56
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.toLocaleLowerCase()}.svg`} className="dayNight" alt={props.TimeKey} />
</div>
</div>
</div>
Expand Down

0 comments on commit 4d8bd56

Please sign in to comment.