From b3561bc649bd251a728a3085edd907221a162997 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:39:55 +0530 Subject: [PATCH] [WEB-4715] fix: tour modal in mobile view #3932 --- apps/web/core/components/home/root.tsx | 2 +- .../core/components/onboarding/tour/root.tsx | 55 ++++++++++--------- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/apps/web/core/components/home/root.tsx b/apps/web/core/components/home/root.tsx index 89c55cb91e..7dd2431020 100644 --- a/apps/web/core/components/home/root.tsx +++ b/apps/web/core/components/home/root.tsx @@ -54,7 +54,7 @@ export const WorkspaceHomeView = observer(() => { return ( <> {currentUserProfile && !currentUserProfile.is_tour_completed && ( -
+
)} diff --git a/apps/web/core/components/onboarding/tour/root.tsx b/apps/web/core/components/onboarding/tour/root.tsx index e3fbf32b09..2e4444775c 100644 --- a/apps/web/core/components/onboarding/tour/root.tsx +++ b/apps/web/core/components/onboarding/tour/root.tsx @@ -52,45 +52,50 @@ export const TourRoot: React.FC = observer((props) => { if (!currentWorkspace) return null; return ( -
-
-
- Business +
+
+
+ {" "} + Business
-
-

Your trial is active now!

-

Unlock your team's full potential for 14 days

+
+

Your trial is active now!

+

+ Unlock your team's full potential for 14 days +

-
+
Welcome
-

You can use free plan after your trial ends

+

You can use free plan after your trial ends

-
-
-

+

+
+

Features you'll get with Business plan

- -

+

+ +
+

{currentWorkspace?.name} workspace with Business

@@ -99,11 +104,11 @@ export const TourRoot: React.FC = observer((props) => { {BUSINESS_FEATURES.map((feature, index) => ( - - + - + ))}
-
+
Free
{""} -
+
Business
{feature.free} - + {feature.free} + {feature.business}{feature.business}