mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-15 12:57:58 +02:00
rename support page
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
@@ -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' },
|
||||
]
|
||||
|
||||
@@ -132,7 +132,7 @@ const router = createRouter({
|
||||
name: 'donate',
|
||||
component: () => import('../views/Donate.vue'),
|
||||
meta: {
|
||||
title: 'Donate | DeFlock'
|
||||
title: 'Support Us | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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 @@
|
||||
<v-col cols="12" md="10">
|
||||
<h2 class="mb-2">Founding Sponsors</h2>
|
||||
<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>
|
||||
|
||||
<v-row>
|
||||
|
||||
Reference in New Issue
Block a user