add variable titles, dangers page (#23)

This commit is contained in:
Will Freeman
2024-12-16 17:28:48 -07:00
committed by GitHub
parent 876123eabc
commit ff9fa39dc6
16 changed files with 590 additions and 108 deletions
+1
View File
@@ -15,6 +15,7 @@ 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: 'Dangers of ALPRs', icon: 'mdi-shield-alert', to: '/dangers' },
{ title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report' },
{ title: 'Known Operators', icon: 'mdi-police-badge', to: '/operators' },
// { title: 'About', icon: 'mdi-information', to: '/about' },