From: hikemaniac <31667811+hikemaniac@users.noreply.github.com> Date: Tue, 15 May 2018 18:05:40 +0000 (+0200) Subject: Fix a browse icon typo. X-Git-Tag: live~2990^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d799f4e75016325ad8e68a403b18bba54f149fba?ds=sidebyside Fix a browse icon typo. --- diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index f497a22d8..a80966ee1 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -92,7 +92,7 @@ .railway.level_crossing::before { content: image-url('browse/level_crossing.p.16.png'); } .shop::before { content: image-url('browse/shop_convenience.p.16.png'); } - .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.pn'); } + .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.png'); } .shop.bakery::before { content: image-url('browse/shop_bakery.16.png'); } .shop.bicycle::before { content: image-url('browse/shop_bicycle.16.png'); } .shop.books::before { content: image-url('browse/shop_books.16.png'); }