We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a68c8d commit 5032e06Copy full SHA for 5032e06
1 file changed
src/pages/explore/wallets/_components/ForDailyUseSection.tsx
@@ -54,7 +54,9 @@ export function ForDailyUseSection() {
54
text={IconType.APPSTORE}
55
/>
56
<CardLink
57
- url="https://play.google.com/store/apps/details?id=com.defichain.app"
+ // Temporarily link until the app is available on Google Play
58
+ // url="https://play.google.com/store/apps/details?id=com.defichain.app"
59
+ url="https://www.reddit.com/r/defiblockchain/comments/1n1figg/update_on_the_missing_light_wallet_in_the_google/"
60
descText="Get It On"
61
text={IconType.GOOGLE_PLAY}
62
0 commit comments