Skip to content

Commit aad7d2b

Browse files
committed
docs: Use SVG PlayStore Button
1 parent e6c12e2 commit aad7d2b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ cd ios && pod install
4747

4848
To see VisionCamera in action, check out [ShadowLens](https://mrousavy.com/projects/shadowlens)!
4949

50-
<div style="display: flex; align-items: center;">
50+
<div>
5151
<a href="https://apps.apple.com/app/shadowlens/id6471849004">
5252
<img height="40" src="docs/static/img/appstore.svg" />
5353
</a>
5454
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
55-
<img height="58" src="docs/static/img/playstore.png" />
55+
<img height="40" src="docs/static/img/googleplay.svg" />
5656
</a>
5757
</div>
5858

docs/docs/guides/SHADOW_LENS.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
2525
<img height={40} src={useBaseUrl("img/appstore.svg")} />
2626
</a>
2727
<a href="https://play.google.com/store/apps/details?id=com.mrousavy.shadowlens">
28-
<img height={58} src={useBaseUrl("img/playstore.png")} />
28+
<img height={40} src={useBaseUrl("img/googleplay.svg")} />
2929
</a>
3030
</div>

docs/static/img/googleplay.svg

+2
Loading

docs/static/img/playstore.png

-4.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)