Skip to content

Commit

Permalink
Fix Microsoft Store badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWei512 committed Dec 10, 2024
1 parent b500558 commit 2a9e377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<p align="center">
<a title="Get it from Microsoft" href="https://apps.microsoft.com/detail/9NF7JTB3B17P?launch=true&mode=full" target="_blank">
<picture>
<source srcset="https://get.microsoft.com/images/en-US%20light.svg" media="(prefers-color-scheme: dark)" />
<source srcset="https://get.microsoft.com/images/en-US%20dark.svg" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
<img src="https://get.microsoft.com/images/en-US%20dark.svg" width=192 />
<source srcset="https://get.microsoft.com/images/en-us%20light.svg" media="(prefers-color-scheme: dark)" />
<source srcset="https://get.microsoft.com/images/en-us%20dark.svg" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width=192 />
</picture>
</a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions README.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<p align="center">
<a title="从 Microsoft 获取" href="https://apps.microsoft.com/detail/9NF7JTB3B17P?launch=true&mode=full" target="_blank">
<picture>
<source srcset="https://get.microsoft.com/images/zh-CN%20light.svg" media="(prefers-color-scheme: dark)" />
<source srcset="https://get.microsoft.com/images/zh-CN%20dark.svg" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
<img src="https://get.microsoft.com/images/zh-CN%20dark.svg" width=192 />
<source srcset="https://get.microsoft.com/images/zh-cn%20light.svg" media="(prefers-color-scheme: dark)" />
<source srcset="https://get.microsoft.com/images/zh-cn%20dark.svg" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" />
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" width=192 />
</picture>
</a>
</p>
Expand Down

0 comments on commit 2a9e377

Please sign in to comment.