update reporting, update vigilant name

This commit is contained in:
Will Freeman
2024-10-29 20:44:33 -06:00
parent 86b867eac2
commit b5dc9c0a56
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const images = [
})),
...Array.from({ length: vigilantImageCount }, (_, i) => ({
url: `/vigilant-${i + 1}.jpg`,
brand: 'vigilant'
brand: 'motorola'
}))
];
</script>