diff options
author | Florian Gareis <TheZoker@users.noreply.github.com> | 2023-11-23 14:02:19 +0000 |
---|---|---|
committer | Florian Gareis <TheZoker@users.noreply.github.com> | 2023-11-23 14:29:07 +0000 |
commit | 47be9a242524caf0d0f4ab4fdf0c47fa464daef8 (patch) | |
tree | a7888ed9f45fb7cd9541e8673f762a272a306612 /modern/src/common | |
parent | dc46059f6bfeedca04333c2839872055db066dc6 (diff) | |
download | trackermap-web-47be9a242524caf0d0f4ab4fdf0c47fa464daef8.tar.gz trackermap-web-47be9a242524caf0d0f4ab4fdf0c47fa464daef8.tar.bz2 trackermap-web-47be9a242524caf0d0f4ab4fdf0c47fa464daef8.zip |
Add camper SVG icon and device category
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/util/deviceCategories.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/util/deviceCategories.js b/modern/src/common/util/deviceCategories.js index f5d749aa..a991e505 100644 --- a/modern/src/common/util/deviceCategories.js +++ b/modern/src/common/util/deviceCategories.js @@ -5,6 +5,7 @@ export default [ 'boat', 'bus', 'car', + 'camper', 'crane', 'helicopter', 'motorcycle', |