diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 92879b2..6b669c1 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -38,8 +38,9 @@ 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' }, + { title: 'Store', icon: 'mdi-shopping', to: '/store', isNew: true }, { title: 'Donate', icon: 'mdi-cash-multiple', to: '/donate' }, + ] const resourceItems = [ @@ -107,7 +108,17 @@ watch(() => theme.global.name.value, (newTheme) => { :prepend-icon="item.icon" > {{ item.title }} + + New! + + @@ -213,9 +224,19 @@ watch(() => theme.global.name.value, (newTheme) => { > {{ item.icon }} {{ item.title }} + + New! + + Resources diff --git a/webapp/src/components/layout/Footer.vue b/webapp/src/components/layout/Footer.vue index 523106f..23d7521 100644 --- a/webapp/src/components/layout/Footer.vue +++ b/webapp/src/components/layout/Footer.vue @@ -8,7 +8,7 @@ - + Info - + Contact Us - + Get Involved - - - Official Socials - - - import { computed } from 'vue'; import { useTheme } from 'vuetify'; -import OfficialSocials from './OfficialSocials.vue'; const theme = useTheme(); const isDark = computed(() => theme.name.value === 'dark'); const currentYear = new Date().getFullYear(); diff --git a/webapp/src/components/layout/OfficialSocials.vue b/webapp/src/components/layout/OfficialSocials.vue index de51744..0eb4e9a 100644 --- a/webapp/src/components/layout/OfficialSocials.vue +++ b/webapp/src/components/layout/OfficialSocials.vue @@ -1,5 +1,6 @@ - + + These are DeFlock National's official social media links. Partner groups are listed at deflock.org/groups. Other @@ -31,9 +32,10 @@ {{ social.title }} - + +
These are DeFlock National's official social media links. Partner groups are listed at deflock.org/groups. Other @@ -31,9 +32,10 @@ {{ social.title }} -