Add expense category 'Life/Donation' (#315)

* Add expense category 'Life/Donation'

* Fix category name in migration

---------

Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
This commit is contained in:
Lorenz Leutgeb
2025-04-19 21:00:03 +02:00
committed by GitHub
parent 0a16a4ad38
commit ffbcb6b74d
6 changed files with 12 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ import {
FerrisWheel,
Fuel,
Gift,
HandHelping,
Home,
Hotel,
Lamp,
@@ -96,6 +97,8 @@ function getCategoryIcon(category: string): LucideIcon {
return Baby
case 'Life/Clothing':
return Shirt
case 'Life/Donation':
return HandHelping
case 'Life/Education':
return LibraryBig
case 'Life/Gifts':