This commit is contained in:
Voxel 2025-04-01 15:36:55 -04:00 committed by GitHub
parent f46c9811e3
commit 74e4d9abc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@
if (options[choice]) {
document.title = options[choice].title;
changeFavicon(`/assets/img/${options[choice].icon}`);
changeFavicon(`/assets/img/${options[choice].ico}`);
}
}
});