chore: rename Ramaiah Memorial Hospital to Global Hospital

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 08:59:13 +05:30
parent eb638c20e8
commit 45bae9c1c0
10 changed files with 34 additions and 34 deletions

View File

@@ -25,19 +25,19 @@ const USERS: Record<Role, User> = {
name: 'Admin User',
initials: 'AU',
role: 'admin',
email: 'admin@ramaiah.com',
email: 'admin@globalhospital.com',
},
executive: {
name: 'Sanjay M.',
initials: 'SM',
role: 'executive',
email: 'sanjay@ramaiah.com',
email: 'sanjay@globalhospital.com',
},
'cc-agent': {
name: 'Rekha S.',
initials: 'RS',
role: 'cc-agent' as const,
email: 'rekha@ramaiah.com',
email: 'rekha@globalhospital.com',
},
};