fix issue
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-06-02 18:53:40 +02:00
parent d1d21bc68c
commit a08490f669
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -15,6 +15,7 @@ window.addEventListener("load", () => {
}
// Change link
a.setAttribute("href", a.textContent);
const href = a.getAttribute("href");
a.setAttribute("href", href.replace(" at ", "@"));
});
});