diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 719c4c7..e1becf0 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -37,18 +37,11 @@ const items = [ { title: 'Home', icon: 'mdi-home', to: '/' }, { title: 'Map', icon: 'mdi-map', to: '/map' }, { title: 'Learn', icon: 'mdi-school', to: '/what-is-an-alpr' }, + { title: 'Get Involved', icon: 'mdi-account-voice', to: '/get-involved' }, { title: 'News', icon: 'mdi-newspaper', to: '/blog' }, ] -const contributeItems = [ - { title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report' }, - { title: 'Hang Signs', icon: 'mdi-sign-direction', to: '/store' }, - { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, - { title: 'City Council', icon: 'mdi-account-voice', to: '/council' }, -] - const metaItems = [ - { title: 'Discord', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', customIconGrey: '/icon-discord-grey.svg', href: 'https://discord.gg/aV7v4R3sKT'}, { 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'}, @@ -108,71 +101,9 @@ watch(() => theme.global.name.value, (newTheme) => { - -
- - - - - - {{ item.title }} - - - - - - - - - - - {{ item.title }} - - - -
+ + mdi-email-outline + @@ -201,26 +132,10 @@ watch(() => theme.global.name.value, (newTheme) => { {{ item.title }} - -