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
25
25
<!-- Store Badge -->
26
26
<a style =" text-decoration :none " href =" https://apps.microsoft.com/detail/9NGHP3DX8HDX?launch=true&mode=full " >
27
27
<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 >
31
32
&ensp ;
32
33
<!-- Classic Installer Badge -->
33
34
<a style =" text-decoration :none " href =" https://files.community/appinstallers/Files.stable.appinstaller " >
34
35
<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 >
38
40
</p >
39
41
40
42
## Building from source
You can’t perform that action at this time.
0 commit comments