Skip to content

Commit

Permalink
fix: add this job opening and take off Marketing Content Manager (#94)
Browse files Browse the repository at this point in the history
* fix: add this job opening and take off Marketing Content Manager

* fix: modified user to member
  • Loading branch information
qinluhe authored Jan 10, 2025
1 parent 4eb9fb0 commit fa7c854
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 67 deletions.
4 changes: 2 additions & 2 deletions components/pricing/price-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const yearlyPrice = [
label: 'Pro',
desc: 'For small teams to manage projects and team knowledge',
price: '$10',
duration: 'per user per month\n' + 'billed annually',
duration: 'per member per month\n' + 'billed annually',
contentTitle: 'Everything in Free +',
content: [
'Unlimited storage',
Expand All @@ -37,6 +37,6 @@ export const monthlyPrice = [
{
...yearlyPrice[1],
price: '$12.5',
duration: 'per user per month\n' + 'billed monthly',
duration: 'per member per month\n' + 'billed monthly',
},
];
Loading

0 comments on commit fa7c854

Please sign in to comment.