add EveryDoor as option to report

This commit is contained in:
Will Freeman
2025-04-21 16:51:01 -06:00
parent dafd8bb325
commit eec9d47444
15 changed files with 333 additions and 48 deletions
+1 -1
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 is an ALPR?', 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: 'How to FOIA', icon: 'mdi-file-document', to: '/foia' },
{ title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' },
// { title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },