diff --git a/webapp/src/App.vue b/webapp/src/App.vue index a8a93ed..0b35159 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -44,6 +44,7 @@ const contributeItems = [ { title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report' }, { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, { title: 'City Council', icon: 'mdi-account-voice', to: '/council' }, + { title: 'Support Us', icon: 'mdi-cash-multiple', to: '/donate' }, ] const metaItems = [ @@ -51,7 +52,6 @@ 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: 'Support Us', icon: 'mdi-cash-multiple', to: '/donate'}, ]; const drawer = ref(false) diff --git a/webapp/src/views/Store.vue b/webapp/src/views/Store.vue index 1967f86..2a54804 100644 --- a/webapp/src/views/Store.vue +++ b/webapp/src/views/Store.vue @@ -16,7 +16,7 @@ class="mb-6" > Shop - Printables + Downloads