From 51b8c9c70a349205da8ccaf9893efe259e1e8e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 22 Mar 2026 10:16:34 +0100 Subject: [PATCH] remove dash --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7e3ee4268..5c5ef7947 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ const match = url.match(/pr-(\d+)/); if (match) prefix = `PR-${match[1]} `; } else if (url.includes('://localhost')) { - prefix = 'LOCAL - '; + prefix = 'LOCAL '; } if (title) {