diff --git a/apps/common/main/resources/less/header.less b/apps/common/main/resources/less/header.less index 6e082188d..3498a3796 100644 --- a/apps/common/main/resources/less/header.less +++ b/apps/common/main/resources/less/header.less @@ -149,7 +149,7 @@ only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) { - background-image: url('@{common-image-path}/header/header-logo@2x.png'); + background-image: ~"url('@{common-image-const-path}/header/header-logo@2x.png')"; background-size: 86px auto; } diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 93e36bc17..0c6a017df 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -222,7 +222,7 @@
-
+
diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 5a4c08e32..79397e2fe 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -217,7 +217,7 @@ -
+