General code cleanup. Mainly updating Lucide icons.

This commit is contained in:
Scott Idem
2026-05-15 13:04:50 -04:00
parent ad6b390fd9
commit 73f97ee17b
26 changed files with 67 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ FA_TO_LUCIDE = {
'fa-times': 'X',
'fa-exclamation-triangle': 'TriangleAlert',
'fa-check': 'Check',
'fa-check-circle': 'CheckCircle',
'fa-check-circle': 'CircleCheck',
'fa-plus': 'Plus',
'fa-minus': 'Minus',
'fa-save': 'Save',