summaryrefslogtreecommitdiffstats
path: root/src/components/layout/AppLayout.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/layout/AppLayout.js')
-rw-r--r--src/components/layout/AppLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 2d7ac42f2..0aeee6781 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -105,7 +105,7 @@ class AppLayout extends Component {
105 return ( 105 return (
106 <ErrorBoundary> 106 <ErrorBoundary>
107 <div className="app"> 107 <div className="app">
108 {isWindows && !isFullScreen && <TitleBar menu={window.franz.menu.template} icon="assets/images/logo.svg" />} 108 {isWindows && !isFullScreen && <TitleBar menu={window.ferdi.menu.template} icon="assets/images/logo.svg" />}
109 <div className={`app__content ${classes.appContent}`}> 109 <div className={`app__content ${classes.appContent}`}>
110 {workspacesDrawer} 110 {workspacesDrawer}
111 {sidebar} 111 {sidebar}