File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ cd ios && pod install
47
47
48
48
To see VisionCamera in action, check out [ ShadowLens] ( https://mrousavy.com/projects/shadowlens ) !
49
49
50
- <div style = " display : flex ; align-items : center ; " >
50
+ <div >
51
51
<a href =" https://apps.apple.com/app/shadowlens/id6471849004 " >
52
52
<img height="40" src="docs/static/img/appstore.svg" />
53
53
</a >
54
54
<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 " />
56
56
</a >
57
57
</div >
58
58
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
25
25
<img height = { 40 } src = { useBaseUrl (" img/appstore.svg" )} />
26
26
</a >
27
27
<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 " )} />
29
29
</a >
30
30
</div >
You can’t perform that action at this time.
0 commit comments