We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeda1df commit 624de62Copy full SHA for 624de62
1 file changed
Multi-Platform Icon Generator/sample_icons/icon_preview.html
@@ -84,17 +84,17 @@ <h2>IOS Icons</h2>
84
</div>
85
86
<div class="icon-item">
87
- <img src="ios\iPhone-App@2x.png" alt="iPhone-App@2x">
+ <img src="ios/iPhone-App@2x.png" alt="iPhone-App@2x">
88
<div class="icon-size">iPhone-App@2x<br>120x120</div>
89
90
91
92
- <img src="ios\iPhone-App@3x.png" alt="iPhone-App@3x">
+ <img src="ios/iPhone-App@3x.png" alt="iPhone-App@3x">
93
<div class="icon-size">iPhone-App@3x<br>180x180</div>
94
95
96
97
- <img src="ios\iPhone-Notification.png" alt="iPhone-Notification">
+ <img src="ios/iPhone-Notification.png" alt="iPhone-Notification">
98
<div class="icon-size">iPhone-Notification<br>20x20</div>
99
100
0 commit comments