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) {