diff --git a/tools/index.html b/tools/index.html
index 7b89c3c..70e9837 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -53,7 +53,7 @@
if (options[choice]) {
document.title = options[choice].title;
- changeFavicon(`/assets/img/${options[choice].icon}`);
+ changeFavicon(`/assets/img/${options[choice].ico}`);
}
}
});