From 23279218f82abd72107aeae79e47287919a8368f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 12 Feb 2026 07:39:36 +0000
Subject: [PATCH] Address review notes
Co-authored-by: diluteoxygen <82773456+diluteoxygen@users.noreply.github.com>
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 18f12ac..6e48258 100644
--- a/index.html
+++ b/index.html
@@ -548,7 +548,7 @@ function updatesLabel(u) {
return '' + '⭐'.repeat(u) + '';
}
-var SUPPORT_MAP = {
+const SUPPORT_MAP = {
'✅':'✅',
'❌':'✖️',
'❓':'❔',
@@ -573,7 +573,7 @@ function codeLabel(c) {
if (c === 'open') return '📖 Open';
if (c === 'closed') return '🔒 Closed';
if (c === 'partial') return '🧩 Partial';
- return '❓';
+ return '❔';
}
function iconSrc(icon) {