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: '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)