Added icon for guest_house
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
91d8ad9545
commit
eb8be957d4
@ -89,7 +89,7 @@ const icon_type = (item) => {
|
|||||||
const arr = ["restaurant", "cafe", "pub", "bar", "fast_food", "food_court"];
|
const arr = ["restaurant", "cafe", "pub", "bar", "fast_food", "food_court"];
|
||||||
if (arr.indexOf(t) != -1) {
|
if (arr.indexOf(t) != -1) {
|
||||||
return "utensils";
|
return "utensils";
|
||||||
} else if (t == "hotel" || t == "hostel") {
|
} else if (t == "hotel" || t == "hostel" || t == "guest_house") {
|
||||||
return "bed";
|
return "bed";
|
||||||
} else if (t == "museum" || c == "historic" || t == "place_of_worship") {
|
} else if (t == "museum" || c == "historic" || t == "place_of_worship") {
|
||||||
return "landmark";
|
return "landmark";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user