diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 9ae03f4..c5f9c01 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -52,7 +52,7 @@ const metaItems = [ { title: 'Local Groups', icon: 'mdi-account-group', to: '/groups' }, { title: 'Contact', icon: 'mdi-email-outline', to: '/contact' }, { title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'}, - { title: 'Donate', icon: 'mdi-heart', to: '/donate'}, + { title: 'Support Us', icon: 'mdi-cash-multiple', to: '/donate'}, ]; const drawer = ref(false) diff --git a/webapp/src/components/layout/Footer.vue b/webapp/src/components/layout/Footer.vue index c299392..2c5934c 100644 --- a/webapp/src/components/layout/Footer.vue +++ b/webapp/src/components/layout/Footer.vue @@ -83,7 +83,7 @@ const internalLinks = [ const externalLinks = [ { title: 'Discord', href: 'https://discord.gg/aV7v4R3sKT', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', alt: 'Discord Logo' }, - { title: 'Donate', to: '/donate', icon: 'mdi-heart', alt: 'Donate' }, + { title: 'Support Us', to: '/donate', icon: 'mdi-cash-multiple', alt: 'Support Us' }, { title: 'GitHub', href: 'https://github.com/FoggedLens/deflock', icon: 'mdi-github', alt: 'GitHub Logo' }, { title: 'Contact', to: '/contact', icon: 'mdi-email', alt: 'Contact' }, ] diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts index d9c4035..50fa563 100644 --- a/webapp/src/router/index.ts +++ b/webapp/src/router/index.ts @@ -132,7 +132,7 @@ const router = createRouter({ name: 'donate', component: () => import('../views/Donate.vue'), meta: { - title: 'Donate | DeFlock' + title: 'Support Us | DeFlock' } }, { diff --git a/webapp/src/views/Donate.vue b/webapp/src/views/Donate.vue index 4ceb699..dc3bc9f 100644 --- a/webapp/src/views/Donate.vue +++ b/webapp/src/views/Donate.vue @@ -5,7 +5,7 @@ title="Support DeFlock" image-url="/donate.webp" background-position="0 25%" - button-text="Donate Now" + button-text="Send us a Tip" button-href="https://buymeacoffee.com/deflock" :opacity="0.25" /> @@ -17,7 +17,7 @@

Founding Sponsors

- We've made donating easier, but if you want to see your name on this list, sponsor us on GitHub! + We've made supporting us easier, but if you want to see your name on this list, sponsor us on GitHub!