diff --git a/public_html/admin/index.php b/public_html/admin/index.php index d1b7008..0421920 100644 --- a/public_html/admin/index.php +++ b/public_html/admin/index.php @@ -4049,7 +4049,7 @@ async function syncCalNow() { } // ── MEMORY CORE ─────────────────────────────────────────────────────────────── -const CAT_COLORS = { +const MEM_CAT_COLORS = { preference:'var(--cyan)', person:'#a78bfa', place:'#00ff88', routine:'#ffd700', goal:'#ff9900', fact:'var(--text)', instruction:'#ff6680' }; @@ -4090,7 +4090,7 @@ async function loadMemory() { const allCats = [...new Set([...catOrder, ...Object.keys(grouped)])]; for (const cat of allCats) { if (!grouped[cat]) continue; - const color = CAT_COLORS[cat] || 'var(--text)'; + const color = MEM_CAT_COLORS[cat] || 'var(--text)'; html += `
${cat.toUpperCase()} (${grouped[cat].length})