diff --git a/components/Shell.tsx b/components/Shell.tsx index d953cc09..2fbcbc2f 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -106,10 +106,10 @@ export function ShellSubHeading(props: { return (
-

+

{props.title}

- {props.subtitle &&

{props.subtitle}

} + {props.subtitle &&

{props.subtitle}

}
{props.actions &&
{props.actions}
}
@@ -317,7 +317,7 @@ export default function Shell(props: { {props.children} {/* show bottom navigation for md and smaller (tablet and phones) */} -