From bdf39357043d496857fb8d930e6df9efee5a37eb Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:48:34 +0530 Subject: [PATCH] fix: Make event type title visible in mobile view (#20670) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: benny@cal.com --- .../(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx | 10 +++------- packages/features/shell/Shell.tsx | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx b/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx index cc9c5bb3c9..c9936bdb83 100644 --- a/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx +++ b/apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx @@ -19,22 +19,18 @@ export function ShellMainAppDir(props: LayoutProps) {
{props.HeadingLeftIcon &&
{props.HeadingLeftIcon}
} -
+
{props.heading && (

{props.heading}

)} {props.subtitle && ( -

+

{props.subtitle}

)} diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 8f966c03ad..b9efaf5014 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -158,7 +158,7 @@ export function ShellMain(props: LayoutProps) { {props.heading && (