fix: piggy -> money bag icon in savings widget
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m5s
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m5s
This commit is contained in:
@@ -28,7 +28,7 @@ function formatMoney(n: number): string {
|
|||||||
function getIcon(item: SavingsItem) {
|
function getIcon(item: SavingsItem) {
|
||||||
if (item.isDeposit) return "🏦";
|
if (item.isDeposit) return "🏦";
|
||||||
if (item.isAccount) return "💳";
|
if (item.isAccount) return "💳";
|
||||||
return "🐷";
|
return "💰";
|
||||||
}
|
}
|
||||||
|
|
||||||
function getColor(item: SavingsItem, index: number): string {
|
function getColor(item: SavingsItem, index: number): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user