diff --git a/src/views/Home.vue b/src/views/Home.vue index 7ff5f82e..f4fe4953 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -376,4 +376,4 @@ export default defineComponent({ }, }, }); - \ No newline at end of file + diff --git a/src/views/get-involved/Spread.vue b/src/views/get-involved/Spread.vue index 5235b3b5..51123ea7 100644 --- a/src/views/get-involved/Spread.vue +++ b/src/views/get-involved/Spread.vue @@ -49,7 +49,7 @@ export default defineComponent({ return { officialAssets: [ { - to: "https://vanillaos.org", + to: "https://www.youtube.com/live/hv-bkYpHSbQ&t=621", extLink: true, type: 'clickable', icon: 'co_present', @@ -369,4 +369,4 @@ export default defineComponent({ }, }); - \ No newline at end of file + diff --git a/src/views/get-involved/Translate.vue b/src/views/get-involved/Translate.vue index 189b6de2..37663b0c 100644 --- a/src/views/get-involved/Translate.vue +++ b/src/views/get-involved/Translate.vue @@ -23,14 +23,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/vanilla-os/first-setup/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/first-setup/'; }, }, ], @@ -46,14 +46,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/vanilla-installer/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/installer/'; }, }, ], @@ -69,14 +69,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-drivers-utility/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/vanilla-drivers-utility'; }, }, ], @@ -92,14 +92,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/vanilla-prime-utility'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-prime-utility/'; }, }, ], @@ -115,14 +115,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/vanilla-os/apx/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/apx/'; }, }, ], @@ -138,14 +138,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/apx-gui/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/apx-gui/'; }, }, ], @@ -161,14 +161,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/ABRoot/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/abroot/'; }, }, ], @@ -184,14 +184,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/vanilla-system-operator'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-system-operator/'; }, }, ], @@ -206,14 +206,14 @@ export default defineComponent({ title: 'Source Code', icon: 'code', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://github.com/Vanilla-OS/Ikaros/'; }, }, { title: 'Translate', icon: 'translate', onClick: () => { - this.$router.push({ name: 'faq' }); + window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/Ikaros/'; }, }, ], @@ -223,4 +223,4 @@ export default defineComponent({ }, }); - \ No newline at end of file +