From 3b77c60d620ba826adc9c99007a2b7c2387c386e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:20:23 +0000 Subject: [PATCH] Update Investors realm activation labels to 'Consulting' cgen-4d4d20a34dc14620b2d4181bc0bb2b70 --- client/pages/Investors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pages/Investors.tsx b/client/pages/Investors.tsx index 8d915ac0..5ee4109d 100644 --- a/client/pages/Investors.tsx +++ b/client/pages/Investors.tsx @@ -53,7 +53,7 @@ export default function Investors() { const activateClientRealm = async () => { try { await updateProfile({ user_type: "client" as any }); - toast({ title: "Realm set", description: "Client realm activated" }); + toast({ title: "Realm set", description: "Consulting realm activated" }); } catch (e: any) { toast({ variant: "destructive", description: e?.message || "Could not update realm" }); } @@ -171,7 +171,7 @@ export default function Investors() {

Client realm provides engagement dashboards, briefings, and investor updates. Switch realms anytime from Realms.

{user ? ( - + ) : ( )}