docs: Use SVG PlayStore Button
This commit is contained in:
parent
e6c12e2ed2
commit
aad7d2b8b3
@ -47,12 +47,12 @@ cd ios && pod install
|
|||||||
|
|
||||||
To see VisionCamera in action, check out [ShadowLens](https://mrousavy.com/projects/shadowlens)!
|
To see VisionCamera in action, check out [ShadowLens](https://mrousavy.com/projects/shadowlens)!
|
||||||
|
|
||||||
<div style="display: flex; align-items: center;">
|
<div>
|
||||||
<a href="https://apps.apple.com/app/shadowlens/id6471849004">
|
<a href="https://apps.apple.com/app/shadowlens/id6471849004">
|
||||||
<img height="40" src="docs/static/img/appstore.svg" />
|
<img height="40" src="docs/static/img/appstore.svg" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
|
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
|
||||||
<img height="58" src="docs/static/img/playstore.png" />
|
<img height="40" src="docs/static/img/googleplay.svg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
|
|||||||
<img height={40} src={useBaseUrl("img/appstore.svg")} />
|
<img height={40} src={useBaseUrl("img/appstore.svg")} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
2
docs/static/img/googleplay.svg
vendored
Normal file
2
docs/static/img/googleplay.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.0 KiB |
BIN
docs/static/img/playstore.png
vendored
BIN
docs/static/img/playstore.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in New Issue
Block a user