fix small bug when clicking credits link

This commit is contained in:
Tiago
2025-04-13 19:02:05 +01:00
parent f5f584ffe1
commit e098f102b5
+1 -1
View File
@@ -247,7 +247,7 @@
this.#div.querySelector("a").addEventListener("click", (e) => {
e.stopPropagation();
e.preventDefault();
window.open("#", "_blank");
window.open("https://capjs.js.org", "_blank");
});
this.#div.addEventListener("click", () => {