Add icons and fix a security warning

This commit is contained in:
2026-02-17 13:33:44 +01:00
parent 2e54d5b222
commit 0366210841
12 changed files with 51 additions and 14 deletions

View File

@@ -357,9 +357,9 @@ async function verifyNexusAPI() {
}
if (response) {
nexusCheckImage.src = "assets/check.svg";
nexusCheckImage.src = "assets/icons/check.svg";
} else {
nexusCheckImage.src = "assets/cross.svg";
nexusCheckImage.src = "assets/icons/cross.svg";
}
}