File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,18 @@ You can also use the preview version alongside the stable release to get early a
2525 <!-- Store Badge -->
2626 <a style =" text-decoration :none " href =" https://apps.microsoft.com/detail/9NGHP3DX8HDX?launch=true&mode=full " >
2727 <picture>
28- <source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" width="220" />
29- <img src="./assets/StoreBadge-light.png" width="220" />
30- </picture ></a >
28+ <source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" height="80" />
29+ <img src="./assets/StoreBadge-light.png" height="80" />
30+ </picture>
31+ </a >
3132 &ensp ;
3233 <!-- Classic Installer Badge -->
3334 <a style =" text-decoration :none " href =" https://files.community/appinstallers/Files.stable.appinstaller " >
3435 <picture>
35- <source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" width="220" />
36- <img src="./assets/ClassicInstallerBadge-light.png" width="220" />
37- </picture></a>
36+ <source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" height="80" />
37+ <img src="./assets/ClassicInstallerBadge-light.png" height="80" />
38+ </picture>
39+ </a >
3840</p >
3941
4042## Building from source
You can’t perform that action at this time.
0 commit comments