diff --git a/webapp/public/documents.jpg b/webapp/public/documents.jpg new file mode 100644 index 0000000..17cde42 Binary files /dev/null and b/webapp/public/documents.jpg differ diff --git a/webapp/src/App.vue b/webapp/src/App.vue index d71b52a..15c1d92 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -17,6 +17,7 @@ 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: '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' }, // { title: 'About', icon: 'mdi-information', to: '/about' }, diff --git a/webapp/src/components/NewVisitor.vue b/webapp/src/components/NewVisitor.vue index 2898eaf..4676ecc 100644 --- a/webapp/src/components/NewVisitor.vue +++ b/webapp/src/components/NewVisitor.vue @@ -14,7 +14,9 @@ mdi-progress-pencil The map is incomplete! - The ALPRs displayed here are a starting point, and new locations are constantly being added. + + New locations are always being added. + diff --git a/webapp/src/components/layout/Hero.vue b/webapp/src/components/layout/Hero.vue index ca80140..606f80d 100644 --- a/webapp/src/components/layout/Hero.vue +++ b/webapp/src/components/layout/Hero.vue @@ -6,14 +6,16 @@

{{ description }}

- {{ buttonText }} + {{ buttonText }}