From eb8be957d4d693cac0b2d2bad18d805a75d50c4c Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 2 Aug 2023 08:31:06 +0200 Subject: [PATCH] Added icon for guest_house --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 07181e0..19da245 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -89,7 +89,7 @@ const icon_type = (item) => { const arr = ["restaurant", "cafe", "pub", "bar", "fast_food", "food_court"]; if (arr.indexOf(t) != -1) { return "utensils"; - } else if (t == "hotel" || t == "hostel") { + } else if (t == "hotel" || t == "hostel" || t == "guest_house") { return "bed"; } else if (t == "museum" || c == "historic" || t == "place_of_worship") { return "landmark";