Skip to content

Commit 624de62

Browse files
update the path to forward slash
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent eeda1df commit 624de62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Multi-Platform Icon Generator/sample_icons/icon_preview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ <h2>IOS Icons</h2>
8484
</div>
8585

8686
<div class="icon-item">
87-
<img src="ios\iPhone-App@2x.png" alt="iPhone-App@2x">
87+
<img src="ios/iPhone-App@2x.png" alt="iPhone-App@2x">
8888
<div class="icon-size">iPhone-App@2x<br>120x120</div>
8989
</div>
9090

9191
<div class="icon-item">
92-
<img src="ios\iPhone-App@3x.png" alt="iPhone-App@3x">
92+
<img src="ios/iPhone-App@3x.png" alt="iPhone-App@3x">
9393
<div class="icon-size">iPhone-App@3x<br>180x180</div>
9494
</div>
9595

9696
<div class="icon-item">
97-
<img src="ios\iPhone-Notification.png" alt="iPhone-Notification">
97+
<img src="ios/iPhone-Notification.png" alt="iPhone-Notification">
9898
<div class="icon-size">iPhone-Notification<br>20x20</div>
9999
</div>
100100

0 commit comments

Comments
 (0)