diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index e34e1751..8ced20f0 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1317,10 +1317,10 @@ a.add-datalayer:hover, margin: 5px; } a[href^='mailto']::before { - content: '🖃 '; + content: '✉︎ '; } a[href^='tel']::before { - content: '🕿 '; + content: '☎︎ '; } address span { padding-right: 5px;