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 2c6ca9b commit 96aaf75Copy full SHA for 96aaf75
webapp/src/views/DeflockApp.vue
@@ -37,6 +37,17 @@
37
>
38
Get on Android
39
</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>
51
52
<v-btn
53
size="large"
@@ -262,6 +273,7 @@ interface PrivacyPrinciple {
262
273
const appLinks = {
263
274
android: 'https://play.google.com/store/apps/details?id=me.deflock.deflockapp',
264
275
ios: 'https://apps.apple.com/us/app/deflock-me/id6752760780',
276
+ github: 'https://github.com/FoggedLens/deflock-app/releases',
265
277
}
266
278
267
279
// App features
0 commit comments