diff --git a/server/shell.ts b/server/shell.ts index 9b31aca..5af447f 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -251,6 +251,7 @@ export function renderShell(opts: ShellOptions): string {
+
@@ -271,7 +272,6 @@ export function renderShell(opts: ShellOptions): string { ${opts.tabs ? renderTabBar(opts.tabs, opts.activeTab, opts.tabBasePath || ((opts.isSubdomain ?? IS_PRODUCTION) ? `/${escapeAttr(moduleId)}` : `/${escapeAttr(spaceSlug)}/${escapeAttr(moduleId)}`)) : ''} ${body} - ${renderWelcomeOverlay()} @@ -1409,7 +1409,9 @@ export function renderExternalAppShell(opts: ExternalAppShellOptions): string {
- + + +
@@ -1426,7 +1428,6 @@ export function renderExternalAppShell(opts: ExternalAppShellOptions): string { > Open in new tab ↗
-