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