Browse Source
Feature/extend personal finance tools 20250208 (#4297)
* Add Fey
pull/4298/head
Thomas Kaul
2 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
|
|
@ -202,6 +202,16 @@ export const personalFinanceTools: Product[] = [ |
|
|
|
pricingPerYear: '$100', |
|
|
|
slogan: 'All your wealth, in one place.' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2018, |
|
|
|
hasFreePlan: false, |
|
|
|
hasSelfHostingAbility: false, |
|
|
|
key: 'fey', |
|
|
|
name: 'Fey', |
|
|
|
origin: 'Canada', |
|
|
|
pricingPerYear: '$300', |
|
|
|
slogan: 'Make better investments.' |
|
|
|
}, |
|
|
|
{ |
|
|
|
founded: 2023, |
|
|
|
hasFreePlan: true, |
|
|
|