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

@@ -151,7 +151,7 @@ export const Sidebar = ({ activeUrl = "/" }: SidebarProps) => {
{/* Logo */}
<div className="flex flex-col gap-1 px-4 lg:px-5">
<span className="text-md font-bold text-primary">Helix Engage</span>
<span className="text-xs text-tertiary">Ramaiah Memorial Hospital &middot; {getRoleSubtitle(user.role)}</span>
<span className="text-xs text-tertiary">Global Hospital &middot; {getRoleSubtitle(user.role)}</span>
</div>
{/* Nav sections */}