diff --git a/static/index.html b/static/index.html
index 7afa9b0..e137341 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3175,12 +3175,12 @@
const CATEGORY_MAP = {
'Bev': { icon: '', color: '#0a7ab5' },
'Snack': { icon: '', color: '#c97d0e' },
- 'Food': { icon: '', color: '#e67e22' },
- 'Equipment': { icon: '', color: '#2c3e50' },
- 'Appliances': { icon: '', color: '#3b82f6' },
- 'Markets': { icon: '', color: '#7c3aed' },
- 'Coffee': { icon: '', color: '#a16207' },
- 'Other': { icon: '', color: '#6b7280' },
+ 'Food': { icon: '', color: '#e67e22' },
+ 'Equipment': { icon: '', color: '#2c3e50' },
+ 'Appliances': { icon: '', color: '#3b82f6' },
+ 'Markets': { icon: '', color: '#7c3aed' },
+ 'Coffee': { icon: '', color: '#a16207' },
+ 'Other': { icon: '', color: '#6b7280' },
};
const CATEGORY_UNMAPPED_ICON = '❓';
const CATEGORY_UNMAPPED_COLOR = '#b91c1c';