diff --git a/static/index.html b/static/index.html index 82135d8..6f37483 100644 --- a/static/index.html +++ b/static/index.html @@ -291,7 +291,10 @@ DOMMainSongPersonal.append(el); DOMMainSongPersonal.querySelector("img")?.remove() - DOMMainSongPersonal.querySelector("button")?.remove() + const btns = DOMMainSongPersonal.querySelectorAll("a"); + btns[0].classList = "text-4xl font-thin opacity-30 tabular-nums" + btns[0].innerHTML = "01"; + btns[1].remove() DOMMainSongPersonal.children[1].draggable = false;