Browse Source

Add WealthPosition

pull/3767/head
Thomas Kaul 12 months ago
parent
commit
6c512afafe
  1. 8
      libs/common/src/lib/personal-finance-tools.ts

8
libs/common/src/lib/personal-finance-tools.ts

@ -685,6 +685,14 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$50', pricingPerYear: '$50',
slogan: 'See all your investments in one place' slogan: 'See all your investments in one place'
}, },
{
founded: 2018,
hasFreePlan: true,
key: 'wealthposition',
name: 'WealthPosition',
pricingPerYear: '$60',
slogan: 'Personal Finance & Budgeting App'
},
{ {
founded: 2018, founded: 2018,
hasSelfHostingAbility: false, hasSelfHostingAbility: false,

Loading…
Cancel
Save