Browse Source
Feature/extend personal finance tools 20240820 (#3685)
* Add Ziggma
pull/3687/head
Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
10 additions and
0 deletions
-
libs/common/src/lib/personal-finance-tools.ts
|
|
@ -668,5 +668,15 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
origin: 'United States', |
|
|
|
pricingPerYear: '$99', |
|
|
|
slogan: 'Change Your Relationship With Money' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2019, |
|
|
|
hasFreePlan: false, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'ziggma', |
|
|
|
name: 'Ziggma', |
|
|
|
origin: 'United States', |
|
|
|
pricingPerYear: '$90', |
|
|
|
slogan: 'Your solution for investing success' |
|
|
|
} |
|
|
|
]; |
|
|
|