diff --git a/apps/common/mobile/resources/img/header/header-logo.png b/apps/common/mobile/resources/img/header/header-logo.png new file mode 100644 index 000000000..bace6a100 Binary files /dev/null and b/apps/common/mobile/resources/img/header/header-logo.png differ diff --git a/apps/common/mobile/resources/img/header/header-logo@2x.png b/apps/common/mobile/resources/img/header/header-logo@2x.png new file mode 100644 index 000000000..57644434a Binary files /dev/null and b/apps/common/mobile/resources/img/header/header-logo@2x.png differ diff --git a/apps/documenteditor/mobile/index.html b/apps/documenteditor/mobile/index.html index 6ecc8a965..e8e87a5ef 100644 --- a/apps/documenteditor/mobile/index.html +++ b/apps/documenteditor/mobile/index.html @@ -65,7 +65,7 @@ display: inline-block; width: 86px; height: 20px; - background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png); + background-image: url(../../common/main/resources/img/header/header-logo.png); background-repeat: no-repeat; } diff --git a/apps/presentationeditor/mobile/index.html b/apps/presentationeditor/mobile/index.html index 313d4fc12..6efc856a9 100644 --- a/apps/presentationeditor/mobile/index.html +++ b/apps/presentationeditor/mobile/index.html @@ -65,7 +65,7 @@ display: inline-block; width: 86px; height: 20px; - background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png); + background-image: url(../../common/main/resources/img/header/header-logo.png); background-repeat: no-repeat; } diff --git a/apps/spreadsheeteditor/mobile/index.html b/apps/spreadsheeteditor/mobile/index.html index 77a2b2e56..532f2ce12 100644 --- a/apps/spreadsheeteditor/mobile/index.html +++ b/apps/spreadsheeteditor/mobile/index.html @@ -61,7 +61,7 @@ display: inline-block; width: 86px; height: 20px; - background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png); + background-image: url(../../common/main/resources/img/header/header-logo.png); background-repeat: no-repeat; }