commit eb5eaa708e33478743d17487376010133b0bba49 parent 99a013b11497cf2c68fa012114a40cd729320ce3 Author: Sergej Orlov <wladimirych@gmail.com> Date: Tue, 14 Mar 2017 00:20:16 +0300 fixed quotes in email Diffstat:
M | src/App.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.js b/src/App.js @@ -44,7 +44,7 @@ function setUp() { /////////// controls top-left corner - new L.Control.Caption(`<a href="${config.newsUrl}">News</a> | <a href=mailto:${config.email}">nakarte@nakarte.tk</a>`, { + new L.Control.Caption(`<a href="${config.newsUrl}">News</a> | <a href="mailto:${config.email}">nakarte@nakarte.tk</a>`, { position: 'topleft' } ).addTo(map);