Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
osherwott authored Dec 1, 2023
1 parent 43b09ff commit 5a4c464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Gyms/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Gym not found...</h3>
<tr>
<td>Badge</td>
<td>
<img width="18px" data-bind="attr: { src: `./pokeclicker/docs/assets/images/badges/${BadgeEnums[$data.badgeReward]}.png` }" />
<img width="18px" data-bind="attr: { src: `./pokeclicker/docs/assets/images/badges/${BadgeEnums[$data.badgeReward]}.svg` }" />
<span data-bind="text: BadgeEnums[$data.badgeReward]"></span>
</td>
</tr>
Expand Down Expand Up @@ -151,4 +151,4 @@ <h3>Pokémon Team</h3>
<!-- /ko -->

<!-- /ko -->
</div>
</div>

0 comments on commit 5a4c464

Please sign in to comment.