correcion en vista escaner

This commit is contained in:
jls846
2025-11-01 19:57:32 -06:00
parent 4d1bbac44f
commit a0e9112761
+1 -1
View File
@@ -8,7 +8,7 @@ import { usePathname } from "next/navigation";
function Header() {
const pathname = usePathname();
const rutasConBar = ["/escaner", "/AgregarEquipo"];
const rutasConBar = ["/Escaner", "/AgregarEquipo"];
return (
<header className={header.header}>