Added icon for guest_house
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir 2023-08-02 08:31:06 +02:00
parent 91d8ad9545
commit eb8be957d4
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

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