diff --git a/apps/web/components/apps/App.tsx b/apps/web/components/apps/App.tsx index 1260313028..1af16c2ee5 100644 --- a/apps/web/components/apps/App.tsx +++ b/apps/web/components/apps/App.tsx @@ -331,7 +331,7 @@ export default function App(props: { const { t } = useLocale(); return ( - + )} - } - large> + }>
{apps.map((app) => { diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index eab4287ce3..ad55159426 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -188,6 +188,7 @@ type LayoutProps = { withoutSeo?: boolean; // Gives the ability to include actions to the right of the heading actions?: JSX.Element; + smallHeading?: boolean; }; const CustomBrandingContainer = () => { @@ -785,7 +786,8 @@ export function ShellMain(props: LayoutProps) { const { isLocaleReady } = useLocale(); return ( <> -
+
{!!props.backPath && (