fix: update section title from Mapa de Camas to Camas
This commit is contained in:
@@ -270,8 +270,8 @@ export function HistoriaClinica({
|
||||
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
|
||||
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">
|
||||
<ClipboardList className="h-6 w-6 text-blue-600" />
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white flex items-center gap-2.5">
|
||||
<ClipboardList className="h-7 w-7 text-blue-600 dark:text-blue-400 shrink-0" />
|
||||
{cama?.numero || 'N/A'} - Historia Clínica
|
||||
</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">Módulo de Historia Clínica de Internación</p>
|
||||
|
||||
Reference in New Issue
Block a user