feature/implementacion de hub en EFC
This commit is contained in:
@@ -553,7 +553,7 @@ useEffect(() => {
|
||||
</div>
|
||||
<div className="flex-1 min-w-0">
|
||||
<h1 className="flex flex-col gap-2 mb-1 text-2xl font-extrabold tracking-tight text-white sm:text-3xl lg:text-4xl sm:flex-row sm:items-center">
|
||||
<span>Procesos del Sistema</span>
|
||||
<span>Historial de Procesos del Sistema</span>
|
||||
{count > 0 && (
|
||||
<span className="inline-block px-3 py-1 text-xs font-semibold text-white rounded-full shadow-lg bg-white/20 backdrop-blur-sm sm:text-sm animate-fade-in">
|
||||
{count} procesos
|
||||
|
||||
Reference in New Issue
Block a user