Skip to content

Commit cf6e590

Browse files
chore: add android link
1 parent f7d684e commit cf6e590

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

components/CtaSection.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
alt="Botão para download na AppStore"
4444
/></a>
4545
<a
46-
href="/"
46+
href="https://play.google.com/store/apps/details?id=com.abacomm.pdal"
4747
target="_blank"
4848
rel="noopener"
49-
class="coming-soon"
5049
title="Download do aplicativo no Google Play"
5150
><img
5251
v-lazy-load

components/Toolbar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
119119
src="~/assets/img/img-btn-apple.svg"
120120
alt="Botão para download na AppStore"
121121
/></a>
122-
<a href="#" target="_blank" rel="noopener" class="coming-soon"
122+
<a
123+
href="https://play.google.com/store/apps/details?id=com.abacomm.pdal"
124+
target="_blank"
125+
rel="noopener"
123126
><img
124127
v-lazy-load
125128
class="btn-google"

0 commit comments

Comments
 (0)