mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
docs(install): update Microsoft Store badge and URL
This commit is contained in:
parent
8dc42ab0f3
commit
a741b18d90
|
@ -4,6 +4,7 @@ title: Windows
|
|||
sidebar_label: 🪟 Windows
|
||||
---
|
||||
|
||||
import ThemedImage from '@theme/ThemedImage';
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
import Next from "./next.mdx";
|
||||
|
@ -20,11 +21,15 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
|
|||
When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] installation guide.
|
||||
:::
|
||||
|
||||
<a href="ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank">
|
||||
<img
|
||||
src={require('/img/winstore.png').default}
|
||||
alt="Windows Store Link"
|
||||
className="winstore"
|
||||
<a href="https://apps.microsoft.com/detail/xp8k0hkjfrxgck?mode=mini" target="_blank">
|
||||
<ThemedImage
|
||||
alt="msstore"
|
||||
width="232"
|
||||
height="68"
|
||||
sources={{
|
||||
light: '/img/msstore-dark.svg',
|
||||
dark: '/img/msstore-light.svg',
|
||||
}}
|
||||
/>
|
||||
</a>
|
||||
|
||||
|
|
109
website/static/img/msstore-dark.svg
Normal file
109
website/static/img/msstore-dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
109
website/static/img/msstore-light.svg
Normal file
109
website/static/img/msstore-light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue