diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 7eb7e6e851..1c0f905d19 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -810,6 +810,11 @@ export function ShellMain(props: LayoutProps) { {!isLocaleReady ? : props.heading} )} + {props.subtitle && ( +

+ {!isLocaleReady ? : props.subtitle} +

+ )} {props.CTA && (