update pages to include recent events

This commit is contained in:
Will Freeman
2025-06-01 20:37:07 -06:00
parent a8e87a5d9f
commit 9101c375c9
5 changed files with 45 additions and 12 deletions
+1 -2
View File
@@ -16,8 +16,8 @@ function toggleTheme() {
const items = [
{ title: 'Home', icon: 'mdi-home', to: '/' },
{ title: 'Map', icon: 'mdi-map', to: '/map' },
{ title: 'What are ALPRs', icon: 'mdi-cctv', to: '/what-is-an-alpr' },
{ title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report' },
{ title: 'What is an ALPR?', icon: 'mdi-cctv', to: '/what-is-an-alpr' },
{ title: 'Public Records', icon: 'mdi-file-document', to: '/foia' },
{ title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' },
// { title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },
@@ -70,7 +70,6 @@ watch(() => theme.global.name.value, (newTheme) => {
temporary
>
<v-list nav>
<v-list-subheader>DeFlock</v-list-subheader>
<v-list-item
v-for="item in items"
:key="item.title"