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.icon }}
- {{ item.title }}
+
+ {{ item.title }}
+
+ New!
+
+
+
theme.global.name.value, (newTheme) => {
>
{{ item.icon }}
{{ item.title }}
+
+ New!
+