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) {
{props.HeadingLeftIcon && ( diff --git a/packages/platform/atoms/availability/AvailabilitySettings.tsx b/packages/platform/atoms/availability/AvailabilitySettings.tsx index 6b59c248d4..79fb263ad0 100644 --- a/packages/platform/atoms/availability/AvailabilitySettings.tsx +++ b/packages/platform/atoms/availability/AvailabilitySettings.tsx @@ -405,8 +405,6 @@ export const AvailabilitySettings = forwardRef