diff --git a/app/assets/stylesheets/_members.scss b/app/assets/stylesheets/_members.scss index 79692355e..2af24fe7e 100644 --- a/app/assets/stylesheets/_members.scss +++ b/app/assets/stylesheets/_members.scss @@ -33,13 +33,6 @@ } } -.location-not-set { - background-image: image-url("location-not-set.en.png"); - background-position: center; - background-repeat: no-repeat; - height: 250px; - width: 100%; -} .card { .badge-location { background-color: darken($blue, 10%); diff --git a/app/views/members/_map.html.haml b/app/views/members/_map.html.haml index 6a2060043..b130a5c20 100644 --- a/app/views/members/_map.html.haml +++ b/app/views/members/_map.html.haml @@ -5,5 +5,5 @@ = link_to member.location, place_path(member.location, anchor: "members") - else .location-not-set - .sr-only Location not known - .sr-only We can't show you what's nearby + %h1 Location not known or geocodable + %p We can't show you what's nearby