From cebb10bfe41ed99291ca67c7161590d217daffee Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 31 Jan 2023 23:31:04 +0100 Subject: [PATCH] re-adding subtitle to Shell --- packages/features/shell/Shell.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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 && (