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