We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae98727 commit 0e17d1dCopy full SHA for 0e17d1d
apps/docs/components/play-store-button.tsx
@@ -1,9 +1,11 @@
1
import Image from 'next/image';
2
3
export function PlayStoreButton() {
4
- // TODO(zach): Add link to play store
5
return (
6
- <a href="#" className="relative aspect-[16/5] h-10 rounded-sm sm:h-12">
+ <a
+ href="https://play.google.com/store/apps/details?id=com.reactnativereusables.android"
7
+ target="_blank"
8
+ className="relative aspect-[16/5] h-10 rounded-sm sm:h-12">
9
<Image alt="Get it on Google Play" src={'/google-play-badge.png'} fill />
10
</a>
11
);
0 commit comments