Skip to content

Commit 96aaf75

Browse files
authored
add github releases link to app page (#93)
1 parent 2c6ca9b commit 96aaf75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

webapp/src/views/DeflockApp.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
>
3838
Get on Android
3939
</v-btn>
40+
<v-btn
41+
size="large"
42+
variant="outlined"
43+
color="black"
44+
class="download-btn android-btn"
45+
prepend-icon="mdi-github"
46+
:href="appLinks.github"
47+
target="_blank"
48+
>
49+
View Source
50+
</v-btn>
4051

4152
<v-btn
4253
size="large"
@@ -262,6 +273,7 @@ interface PrivacyPrinciple {
262273
const appLinks = {
263274
android: 'https://play.google.com/store/apps/details?id=me.deflock.deflockapp',
264275
ios: 'https://apps.apple.com/us/app/deflock-me/id6752760780',
276+
github: 'https://github.com/FoggedLens/deflock-app/releases',
265277
}
266278
267279
// App features

0 commit comments

Comments
 (0)