fixed barnav

This commit is contained in:
2025-10-31 16:18:09 -06:00
parent bed674ec91
commit 49cb421e78
2 changed files with 2 additions and 2 deletions
+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}>
+1 -1
View File
@@ -13,6 +13,6 @@ export function middleware(request: NextRequest) {
}
export const config = {
matcher: ["/AgregarEquipo", "/Escaner"],
matcher: [],
};
//IO