diff --git a/apps/web/modules/shell/Shell.tsx b/apps/web/modules/shell/Shell.tsx index 284722527a..af61991d82 100644 --- a/apps/web/modules/shell/Shell.tsx +++ b/apps/web/modules/shell/Shell.tsx @@ -96,6 +96,7 @@ export type LayoutProps = { smallHeading?: boolean; isPlatformUser?: boolean; disableSticky?: boolean; + topAlignedHeading?: boolean; }; const KBarWrapper = ({ @@ -154,8 +155,9 @@ export function ShellMain(props: LayoutProps) {