Adjust Expert+ spacing
This commit is contained in:
parent
ea1d94ea3f
commit
346e4c80ba
2
main.js
2
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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user