compilar: separar links de página
All checks were successful
repro-run Corre repro-run.json

This commit is contained in:
Cat /dev/Nulo 2023-02-07 17:32:02 -03:00
parent e6e35c2b10
commit d04e003187

View file

@ -200,7 +200,9 @@ function generateHeader(
}, },
"Historial" "Historial"
), ),
...(linkConexiones ? [a({ href: "#conexiones" }, "Conexiones")] : []) ...(linkConexiones
? [" / ", a({ href: "#conexiones" }, "Conexiones")]
: [])
), ),
]; ];
} }