docs: add Windows Store link

This commit is contained in:
Jan De Dobbeleer 2022-06-02 11:28:56 +02:00 committed by Jan De Dobbeleer
parent 307d685eb1
commit 1b8185cb86
3 changed files with 14 additions and 0 deletions

View file

@ -19,6 +19,14 @@ 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="pathname://ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank">
<img
src={require('/img/winstore.png').default}
alt="Windows Store Link"
className="winstore"
/>
</a>
## Install
<Tabs

View file

@ -118,3 +118,9 @@ iframe.youtube {
height: 400px;
}
}
.winstore {
width: 200px;
border-radius: 8px;
margin-top: 25px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB