Add Wardriving Section (#25)

* remove dangers page, fix counter

* fix bad instrucitons

* cleanup

* allow nonstandard direction tag, link to OSM

* update privacy policy to account for intro message

* add footer to Report, add Wardriving section

* upgrade version, update wardriving copy
This commit is contained in:
Will Freeman
2025-01-04 20:38:46 -07:00
committed by GitHub
parent a937c43e76
commit cb37cbb113
10 changed files with 139 additions and 73 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ const items = [
{ 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: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },
{ title: 'Wardriving', icon: 'mdi-car-connected', to: '/wardriving' },
// { title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },
// { title: 'About', icon: 'mdi-information', to: '/about' },
// { title: 'Feature Roadmap', icon: 'mdi-road-variant', to: '/roadmap' },
]