fix: update section title from Mapa de Camas to Camas
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
LayoutDashboard,
|
||||
Bed,
|
||||
Users,
|
||||
ClipboardList,
|
||||
@@ -52,8 +53,11 @@ export function Dashboard({
|
||||
{/* 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">Dashboard</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">Resumen del servicio - Clinica Medica</p>
|
||||
<h1 className="text-2xl font-bold text-gray-900 dark:text-white flex items-center gap-2.5">
|
||||
<LayoutDashboard className="h-7 w-7 text-blue-600 dark:text-blue-400 shrink-0" />
|
||||
Dashboard
|
||||
</h1>
|
||||
<p className="text-gray-500 dark:text-gray-400">Resumen del servicio - Clínica Médica</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<Badge variant="outline" className="bg-green-50 text-green-700 border-green-200 dark:bg-green-900 dark:text-green-300 dark:border-green-700">
|
||||
|
||||
Reference in New Issue
Block a user