From 196abe18250d7ffe604da743b0c948d07c6ce0ba Mon Sep 17 00:00:00 2001 From: stopflock Date: Wed, 15 Jul 2026 15:28:52 -0500 Subject: [PATCH] move store link to resources --- webapp/src/App.vue | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 0b85fa2..eb139fb 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -38,12 +38,12 @@ const items = [ { title: 'Home', icon: 'mdi-home', to: '/' }, { title: 'Map', icon: 'mdi-map', href: 'https://maps.deflock.org' }, { title: 'Learn', icon: 'mdi-school', to: '/what-is-an-alpr' }, - { title: 'Store', icon: 'mdi-shopping', to: '/store', isNew: true }, { title: 'Donate', icon: 'mdi-cash-multiple', to: '/donate' }, ] const resourceItems = [ + { title: 'Store', icon: 'mdi-shopping', to: '/store', isNew: true }, { title: 'FAQ', icon: 'mdi-help-circle', to: '/what-is-an-alpr' }, { title: 'Public Records', icon: 'mdi-file-document', to: '/foia' }, { title: 'City Council', icon: 'mdi-account-voice', to: '/council' }, @@ -147,12 +147,24 @@ watch(() => theme.global.name.value, (newTheme) => { - {{ item.title }} + + {{ item.title }} + + New! + + +