diff --git a/webapp/src/components/SimilarProjects.vue b/webapp/src/components/SimilarProjects.vue index 89be26f..5328401 100644 --- a/webapp/src/components/SimilarProjects.vue +++ b/webapp/src/components/SimilarProjects.vue @@ -59,7 +59,7 @@ - + {{ project.name }} @@ -113,17 +113,17 @@ const similarProjects: SimilarProject[] = [ imageUrl: "/similar-projects/eof.webp" }, { - name: "ALPR Watch | Flock", + name: "ALPR Watch | Suspected Locations", + description: "Map of locations where ALPRs may be, based on 811 locate requests, FOIA, and other sources.", + url: "https://alprwatch.org/flock/suspected-locations/", + imageUrl: "/similar-projects/flockutil.webp" + }, + { + name: "ALPR Watch | Recents", description: "Explore recently added Flock cameras in the US.", url: "https://alprwatch.org/flock/map", imageUrl: "/similar-projects/alprwatch.webp" }, - { - name: "ALPR Watch | Utilities", - description: "Map of 811 dig requests from Flock Safety, often a sign of a Flock camera.", - url: "https://alprwatch.org/flock/utilities/", - imageUrl: "/similar-projects/flockutil.webp" - }, { name: "Atlas of Surveillance", description: "EFF's comprehensive database of surveillance technologies used by law enforcement.", @@ -247,4 +247,4 @@ const similarProjects: SimilarProject[] = [ .v-theme--dark .cta-card { background: linear-gradient(135deg, rgba(var(--v-theme-primary), 0.15) 0%, rgba(var(--v-theme-secondary), 0.08) 100%); } - \ No newline at end of file +