fix: update section title from Mapa de Camas to Camas
This commit is contained in:
@@ -142,7 +142,10 @@ export function Pacientes({
|
||||
{/* Header */}
|
||||
<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">Pacientes</h1>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white flex items-center gap-2.5">
|
||||
<Users className="h-7 w-7 text-blue-600 dark:text-blue-400 shrink-0" />
|
||||
Pacientes
|
||||
</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">Gestión de pacientes del hospital</p>
|
||||
</div>
|
||||
<Dialog open={dialogoAbierto} onOpenChange={setDialogoAbierto}>
|
||||
|
||||
Reference in New Issue
Block a user