From 346e4c80bafb1daa730d5453df0996878faef3b6 Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Sat, 21 Feb 2026 01:36:54 -0500 Subject: [PATCH] Adjust Expert+ spacing --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 6c16d37..3a2dec2 100644 --- a/main.js +++ b/main.js @@ -66,7 +66,7 @@ async function updateMapInfo(data) { subTitle.textContent = data.sub_name || ""; artist.textContent = data.artist || ""; mapper.textContent = data.mapper || ""; - difficulty.textContent = data.difficulty.replace("Plus", " +") || ""; + difficulty.textContent = data.difficulty.replace("Plus", "\u2009+") || ""; characteristicIcon.setAttribute("src", `images/characteristic/${data.characteristic}.svg`); difficultyLabel.textContent = ""; // BS+ does not provide label bsrKey.textContent = data.BSRKey || ""; // Always empty?