From 74e4d9abc90888acd89c908ec1be3505c5b34707 Mon Sep 17 00:00:00 2001 From: Voxel Date: Tue, 1 Apr 2025 15:36:55 -0400 Subject: [PATCH] bro --- tools/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`); } } });