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";