From dc11ac75d23af8e3aed2aee1cb1630e898221cf2 Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 31 May 2026 02:24:21 -0400 Subject: [PATCH] Swap Bev and Snack icons to game-icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bev: hugeicons:soda-can → game-icons:soda-bottle - Snack: mdi:chips → game-icons:chips-bag - Other categories unchanged --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 84ea8d0..7afa9b0 100644 --- a/static/index.html +++ b/static/index.html @@ -3173,8 +3173,8 @@ // ── Category config ─────────────────────────────────────────────────── const CATEGORY_MAP = { - 'Bev': { icon: '', color: '#0a7ab5' }, - 'Snack': { icon: '', color: '#c97d0e' }, + 'Bev': { icon: '', color: '#0a7ab5' }, + 'Snack': { icon: '', color: '#c97d0e' }, 'Food': { icon: '', color: '#e67e22' }, 'Equipment': { icon: '', color: '#2c3e50' }, 'Appliances': { icon: '', color: '#3b82f6' },