Browse Source

Feature/extend personal finance tools 20250208 (#4297)

* Add Fey
pull/4298/head
Thomas Kaul 2 months ago
committed by GitHub
parent
commit
a8d353f29d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      libs/common/src/lib/personal-finance-tools.ts

10
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,

Loading…
Cancel
Save