diff --git a/apps/common/mobile/resources/img/themes/themes.png b/apps/presentationeditor/mobile/resources/img/themes/themes.png similarity index 100% rename from apps/common/mobile/resources/img/themes/themes.png rename to apps/presentationeditor/mobile/resources/img/themes/themes.png diff --git a/apps/presentationeditor/mobile/src/less/app.less b/apps/presentationeditor/mobile/src/less/app.less index edf9e2033..de3bfa57f 100644 --- a/apps/presentationeditor/mobile/src/less/app.less +++ b/apps/presentationeditor/mobile/src/less/app.less @@ -124,7 +124,7 @@ width: 88px; height: 40px; margin-top: 14px; - background-image: url('../../../../../../web-apps/apps/presentationeditor/mobile/dist/images/themes.png'); + background-image: ~"url(@{app-image-path}/themes/themes.png)"; display: block; background-repeat: no-repeat; background-size: cover;