diff --git a/apps/documenteditor/mobile/src/page/main.jsx b/apps/documenteditor/mobile/src/page/main.jsx index 4a3767fb8..b06d0d5e6 100644 --- a/apps/documenteditor/mobile/src/page/main.jsx +++ b/apps/documenteditor/mobile/src/page/main.jsx @@ -157,21 +157,18 @@ class MainPage extends Component { return ( {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) && -
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } - + + {(!isBranding && showLogo) && +
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
{/* Page content */} diff --git a/apps/spreadsheeteditor/mobile/src/page/main.jsx b/apps/spreadsheeteditor/mobile/src/page/main.jsx index dc0a82233..c24dc6ef9 100644 --- a/apps/spreadsheeteditor/mobile/src/page/main.jsx +++ b/apps/spreadsheeteditor/mobile/src/page/main.jsx @@ -121,20 +121,19 @@ class MainPage extends Component { return ( - {/* Top Navbar */} - {config?.customization && - - {(!isBranding && showLogo) &&
{ - window.open(`${__PUBLISHER_URL__}`, "_blank"); - }}>
} - - - - -
- } + {/* Top Navbar */} + + {(!isBranding && showLogo) &&
{ + window.open(`${__PUBLISHER_URL__}`, "_blank"); + }}>
} + + + + +
+ this.handleClickToOpenOptions('add', {panels: panels, button: button})}/> {/* Page content */}