rename support page

This commit is contained in:
Will Freeman
2026-04-27 10:21:16 -06:00
parent 36a7ee12e5
commit d446cfcd15
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const metaItems = [
{ title: 'Local Groups', icon: 'mdi-account-group', to: '/groups' }, { title: 'Local Groups', icon: 'mdi-account-group', to: '/groups' },
{ title: 'Contact', icon: 'mdi-email-outline', to: '/contact' }, { title: 'Contact', icon: 'mdi-email-outline', to: '/contact' },
{ title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'}, { 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) const drawer = ref(false)
+1 -1
View File
@@ -83,7 +83,7 @@ const internalLinks = [
const externalLinks = [ const externalLinks = [
{ title: 'Discord', href: 'https://discord.gg/aV7v4R3sKT', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', alt: 'Discord Logo' }, { 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: 'GitHub', href: 'https://github.com/FoggedLens/deflock', icon: 'mdi-github', alt: 'GitHub Logo' },
{ title: 'Contact', to: '/contact', icon: 'mdi-email', alt: 'Contact' }, { title: 'Contact', to: '/contact', icon: 'mdi-email', alt: 'Contact' },
] ]
+1 -1
View File
@@ -132,7 +132,7 @@ const router = createRouter({
name: 'donate', name: 'donate',
component: () => import('../views/Donate.vue'), component: () => import('../views/Donate.vue'),
meta: { meta: {
title: 'Donate | DeFlock' title: 'Support Us | DeFlock'
} }
}, },
{ {
+2 -2
View File
@@ -5,7 +5,7 @@
title="Support DeFlock" title="Support DeFlock"
image-url="/donate.webp" image-url="/donate.webp"
background-position="0 25%" background-position="0 25%"
button-text="Donate Now" button-text="Send us a Tip"
button-href="https://buymeacoffee.com/deflock" button-href="https://buymeacoffee.com/deflock"
:opacity="0.25" :opacity="0.25"
/> />
@@ -17,7 +17,7 @@
<v-col cols="12" md="10"> <v-col cols="12" md="10">
<h2 class="mb-2">Founding Sponsors</h2> <h2 class="mb-2">Founding Sponsors</h2>
<p class="mb-8"> <p class="mb-8">
<a target="_blank" href="https://buymeacoffee.com/deflock">We've made donating easier</a>, but if you want to see your name on this list, <a target="_blank" href="https://github.com/sponsors/frillweeman">sponsor us on GitHub!</a> <a target="_blank" href="https://buymeacoffee.com/deflock">We've made supporting us easier</a>, but if you want to see your name on this list, <a target="_blank" href="https://github.com/sponsors/frillweeman">sponsor us on GitHub!</a>
</p> </p>
<v-row> <v-row>