Skip to content

Commit 41c660f

Browse files
committed
Refreshed the store badge image
1 parent 9a68616 commit 41c660f

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ WinUI is a user interface layer that contains modern controls and styles for bui
2626
- **Powers key experiences in Windows:** Windows experiences and apps are built with WinUI. Its rich control set and styles make it easy to develop high-quality experiences used by millions every day.
2727

2828
<p align="center">
29-
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
30-
</br>
29+
<img src="docs/images/winui_os.png" alt="Powers key experiences in Windows" width="480"/>
3130
</p>
3231

3332
## 📋 Getting started with WinUI
@@ -38,11 +37,8 @@ The full documentation of WinUI can be found on [Microsoft Learn](https://learn.
3837
- [Get started with WinUI](https://learn.microsoft.com/windows/apps/get-started/start-here)
3938
- [Build your first WinUI app](https://learn.microsoft.com/windows/apps/how-tos/hello-world-winui3)
4039
- [WinUI & Windows App SDK samples](https://github.com/microsoft/WindowsAppSDK-Samples)
41-
- Useful links
42-
- [Migrate from UWP to the Windows App SDK](https://learn.microsoft.com/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw)
43-
- [Windows Runtime APIs not supported in desktop apps](https://learn.microsoft.com/windows/apps/desktop/modernize/desktop-to-uwp-supported-api)
44-
45-
</br>
40+
- [Migrate from UWP to the Windows App SDK](https://learn.microsoft.com/windows/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw)
41+
- [Windows Runtime APIs not supported in desktop apps](https://learn.microsoft.com/windows/apps/desktop/modernize/desktop-to-uwp-supported-api)
4642

4743
## 🖼️ WinUI 3 Gallery
4844
Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery), our interactive sample experience showing everything you can do with WinUI.
@@ -51,10 +47,15 @@ Make sure to also check out the [WinUI 3 Gallery](https://aka.ms/winui-gallery),
5147
<img src="docs/images/winui-gallery.png" alt="WinUI 3 Gallery" width="400"/>
5248
</p>
5349
<p align="center">
54-
<a href="https://apps.microsoft.com/detail/WinUI%203%20Gallery/9P3JFPWWDZRC?launch=true
55-
&mode=mini">
56-
<img src="/docs/images/storeBadge.png" width="200"/>
57-
</a>
50+
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9P3JFPWWDZRC?launch=true&mode=full">
51+
<picture>
52+
<source media="(prefers-color-scheme: light)" srcset="docs/images/StoreBadge-dark.png" width="220" />
53+
<img src="docs/images/StoreBadge-light.png" width="220" />
54+
</picture></a>
55+
</p>
56+
57+
<p align="center">
58+
5859
</p>
5960

6061
## 📺 WinUI Community Call

docs/images/StoreBadge-dark.png

13.9 KB
Loading

docs/images/StoreBadge-light.png

14.9 KB
Loading

docs/images/storeBadge.png

-18.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)