diff --git a/webapp/public/press.jpg b/webapp/public/press.jpg new file mode 100644 index 0000000..20ee278 Binary files /dev/null and b/webapp/public/press.jpg differ diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 23dc372..1b689d0 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -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/id' }, + { title: 'Learn', icon: 'mdi-school', to: '/what-is-an-alpr' }, + { title: 'Submit Cameras', icon: 'mdi-map-marker-plus', to: '/report/id' }, { 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' }, diff --git a/webapp/src/components/FAQ.vue b/webapp/src/components/FAQ.vue new file mode 100644 index 0000000..de4f404 --- /dev/null +++ b/webapp/src/components/FAQ.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/webapp/src/components/OSMTagSelector.vue b/webapp/src/components/OSMTagSelector.vue index 113ca86..8f21773 100644 --- a/webapp/src/components/OSMTagSelector.vue +++ b/webapp/src/components/OSMTagSelector.vue @@ -22,7 +22,7 @@ max-width="100%" class="my-4" > - mdi-image-multiple See All Photos + mdi-image-multiple See All Photos diff --git a/webapp/src/components/layout/Footer.vue b/webapp/src/components/layout/Footer.vue index 81e55ba..5c615e9 100644 --- a/webapp/src/components/layout/Footer.vue +++ b/webapp/src/components/layout/Footer.vue @@ -66,6 +66,7 @@ diff --git a/webapp/src/views/ReportID.vue b/webapp/src/views/ReportID.vue index c429fe8..2e9fbbd 100644 --- a/webapp/src/views/ReportID.vue +++ b/webapp/src/views/ReportID.vue @@ -1,8 +1,8 @@