Browse Source

Add Fey

pull/4297/head
Thomas Kaul 7 months ago
parent
commit
e3afcfafe6
  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', pricingPerYear: '$100',
slogan: 'All your wealth, in one place.' 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, founded: 2023,
hasFreePlan: true, hasFreePlan: true,

Loading…
Cancel
Save