mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
chore: rename Ramaiah Memorial Hospital to Global Hospital
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -121,7 +121,7 @@ export const CallDeskPage = () => {
|
||||
|
||||
return (
|
||||
<div className="flex flex-1 flex-col">
|
||||
<TopBar title="Call Desk" subtitle={`${user.name} \u00B7 Ramaiah Memorial Hospital`} />
|
||||
<TopBar title="Call Desk" subtitle={`${user.name} \u00B7 Global Hospital`} />
|
||||
|
||||
<div className="flex flex-1 overflow-hidden">
|
||||
<div className="flex-1 space-y-5 overflow-y-auto p-7">
|
||||
|
||||
@@ -65,7 +65,7 @@ export const LeadWorkspacePage = () => {
|
||||
|
||||
return (
|
||||
<div className="flex flex-1 flex-col">
|
||||
<TopBar title="Lead Workspace" subtitle="Ramaiah Memorial Hospital · Last 24 hours" />
|
||||
<TopBar title="Lead Workspace" subtitle="Global Hospital · Last 24 hours" />
|
||||
<div className="flex flex-1 overflow-hidden">
|
||||
{/* Main content */}
|
||||
<div className="flex-1 space-y-6 overflow-y-auto p-7">
|
||||
|
||||
@@ -89,7 +89,7 @@ export const LoginPage = () => {
|
||||
Smarter lead management for healthcare teams.
|
||||
</h1>
|
||||
<p className="text-lg text-white/70">
|
||||
Unified visibility into leads, campaigns, and team performance. Built for Ramaiah Memorial Hospital.
|
||||
Unified visibility into leads, campaigns, and team performance. Built for Global Hospital.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -118,7 +118,7 @@ export const LoginPage = () => {
|
||||
>
|
||||
{/* Heading */}
|
||||
<h2 className="text-display-xs font-bold text-primary font-display">Sign in to Helix Engage</h2>
|
||||
<p className="mt-1 text-sm text-tertiary">Ramaiah Memorial Hospital</p>
|
||||
<p className="mt-1 text-sm text-tertiary">Global Hospital</p>
|
||||
|
||||
{/* Role selector tabs */}
|
||||
<div
|
||||
@@ -171,7 +171,7 @@ export const LoginPage = () => {
|
||||
<Input
|
||||
label="Email"
|
||||
type="email"
|
||||
placeholder="sanjay@ramaiah.com"
|
||||
placeholder="sanjay@globalhospital.com"
|
||||
value={email}
|
||||
onChange={(value) => setEmail(value)}
|
||||
size="md"
|
||||
|
||||
@@ -20,7 +20,7 @@ const recentMessages: PatientMessage[] = [
|
||||
id: 'msg-1',
|
||||
createdAt: '2026-03-16T08:30:00Z',
|
||||
subject: "Women's Day Health Checkup",
|
||||
body: 'Namaste Priya, Happy Women\'s Day from Ramaiah Memorial! Book your free checkup here.',
|
||||
body: 'Namaste Priya, Happy Women\'s Day from Global Hospital! Book your free checkup here.',
|
||||
direction: 'CLINIC_TO_PATIENT',
|
||||
channel: 'WHATSAPP',
|
||||
priority: 'NORMAL',
|
||||
@@ -68,7 +68,7 @@ const recentMessages: PatientMessage[] = [
|
||||
id: 'msg-4',
|
||||
createdAt: '2026-03-16T10:45:00Z',
|
||||
subject: 'General Follow-up',
|
||||
body: 'Namaste Meena, This is Ramaiah Memorial reaching out to follow up on your recent enquiry.',
|
||||
body: 'Namaste Meena, This is Global Hospital reaching out to follow up on your recent enquiry.',
|
||||
direction: 'CLINIC_TO_PATIENT',
|
||||
channel: 'WHATSAPP',
|
||||
priority: 'NORMAL',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const TeamDashboardPage = () => {
|
||||
|
||||
return (
|
||||
<div className="flex flex-1 flex-col">
|
||||
<TopBar title="Team Dashboard" subtitle="Ramaiah Memorial Hospital \u00b7 This Week" />
|
||||
<TopBar title="Team Dashboard" subtitle="Global Hospital \u00b7 This Week" />
|
||||
<div className="flex-1 overflow-y-auto p-7 space-y-6">
|
||||
<TeamScoreboard leads={leads} calls={calls} agents={agents} />
|
||||
<div className="grid grid-cols-1 gap-6 xl:grid-cols-2">
|
||||
|
||||
Reference in New Issue
Block a user