diff --git a/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx b/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx index cc9c5bb3c9..c9936bdb83 100644 --- a/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx +++ b/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx @@ -19,22 +19,18 @@ export function ShellMainAppDir(props: LayoutProps) {
{props.HeadingLeftIcon &&
{props.HeadingLeftIcon}
} -
+
{props.heading && (

{props.heading}

)} {props.subtitle && ( -

+

{props.subtitle}

)} diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 8f966c03ad..b9efaf5014 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -158,7 +158,7 @@ export function ShellMain(props: LayoutProps) { {props.heading && (