docs: Use SVG PlayStore Button

This commit is contained in:
Marc Rousavy
2024-02-15 20:37:26 +01:00
parent e6c12e2ed2
commit aad7d2b8b3
4 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
<img height={40} src={useBaseUrl("img/appstore.svg")} />
</a>
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
<img height={58} src={useBaseUrl("img/playstore.png")} />
<img height={40} src={useBaseUrl("img/googleplay.svg")} />
</a>
</div>