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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user