From d04e00318708dea756cd1458d8fc54c9d4d8cce2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 7 Feb 2023 17:32:02 -0300 Subject: [PATCH] =?UTF-8?q?compilar:=20separar=20links=20de=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compilar.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compilar.ts b/compilar.ts index b20ee81..dae7636 100644 --- a/compilar.ts +++ b/compilar.ts @@ -200,7 +200,9 @@ function generateHeader( }, "Historial" ), - ...(linkConexiones ? [a({ href: "#conexiones" }, "Conexiones")] : []) + ...(linkConexiones + ? [" / ", a({ href: "#conexiones" }, "Conexiones")] + : []) ), ]; }