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