Skip to content

Commit 8041cd2

Browse files
committed
Add special icon for dentists
1 parent ae70d3d commit 8041cd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rpc/generate_element_icons.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ impl OverpassElement {
874874
}
875875

876876
if amenity == "dentist" {
877-
icon_id = "medical_services"
877+
icon_id = "dentistry"
878878
}
879879

880880
if amenity == "pub" {
@@ -1306,7 +1306,7 @@ impl OverpassElement {
13061306
}
13071307

13081308
if healthcare == "dentist" {
1309-
icon_id = "medical_services"
1309+
icon_id = "dentistry"
13101310
}
13111311

13121312
if healthcare == "doctor" {

0 commit comments

Comments
 (0)