diff --git a/umap/static/umap/img/24-white.svg b/umap/static/umap/img/24-white.svg
index fa1e822b..98e4bf9a 100644
--- a/umap/static/umap/img/24-white.svg
+++ b/umap/static/umap/img/24-white.svg
@@ -1,4 +1,9 @@
diff --git a/umap/static/umap/img/24.svg b/umap/static/umap/img/24.svg
index 7e3303f9..6d760791 100644
--- a/umap/static/umap/img/24.svg
+++ b/umap/static/umap/img/24.svg
@@ -1,4 +1,9 @@
diff --git a/umap/static/umap/img/source/24-white.svg b/umap/static/umap/img/source/24-white.svg
index d0f5374f..5113d7fd 100644
--- a/umap/static/umap/img/source/24-white.svg
+++ b/umap/static/umap/img/source/24-white.svg
@@ -2,7 +2,7 @@
diff --git a/umap/static/umap/img/source/24.svg b/umap/static/umap/img/source/24.svg
index 69396804..ab7c400e 100644
--- a/umap/static/umap/img/source/24.svg
+++ b/umap/static/umap/img/source/24.svg
@@ -2,7 +2,7 @@
diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js
index b61113ea..7733e29d 100644
--- a/umap/static/umap/js/umap.js
+++ b/umap/static/umap/js/umap.js
@@ -58,9 +58,9 @@ L.U.Map.include({
'embed',
'locate',
'measure',
- 'tilelayers',
'editinosm',
'datalayers',
+ 'tilelayers',
'star',
],
@@ -288,8 +288,8 @@ L.U.Map.include({
const editActions = [
L.U.ImportAction,
L.U.EditPropertiesAction,
- L.U.ChangeTileLayerAction,
L.U.ManageDatalayersAction,
+ L.U.ChangeTileLayerAction,
L.U.UpdateExtentAction,
L.U.UpdatePermsAction,
]