fix: update section title from Mapa de Camas to Camas

This commit is contained in:
2026-08-11 13:56:31 +00:00
parent a17deb815e
commit d17ba39b2d
8 changed files with 41 additions and 11 deletions
+4 -1
View File
@@ -181,7 +181,10 @@ export function MapaCamas({
<div className="space-y-6 dark:text-white">
<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">Mapa de Camas</h1>
<h1 className="text-2xl font-bold text-gray-900 dark:text-white flex items-center gap-2.5">
<Bed className="h-7 w-7 text-blue-600 dark:text-blue-400 shrink-0" />
Camas
</h1>
<p className="text-gray-500 dark:text-gray-400">Gestión de camas del servicio</p>
</div>
<div className="flex items-center gap-2">