mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add icons and fix a security warning
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user