From 267686704d38c88b31a692c00a703fa7d1ed44fc Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:36:21 +0530 Subject: [PATCH] fix: availability page UI (#27825) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- apps/web/modules/shell/Shell.tsx | 7 +++++-- .../platform/atoms/availability/AvailabilitySettings.tsx | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) 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) {