feat: fix pricing
This commit is contained in:
parent
1bc0e0ad1f
commit
69c4800693
|
|
@ -64,7 +64,7 @@ export const pricing: PricingInterface = {
|
|||
year_price: 480,
|
||||
channel: 30,
|
||||
posts_per_month: 1000000,
|
||||
image_generation_count: 100,
|
||||
image_generation_count: 300,
|
||||
community_features: true,
|
||||
team_members: true,
|
||||
featured_by_gitroom: true,
|
||||
|
|
@ -78,7 +78,7 @@ export const pricing: PricingInterface = {
|
|||
year_price: 672,
|
||||
channel: 100,
|
||||
posts_per_month: 1000000,
|
||||
image_generation_count: 100,
|
||||
image_generation_count: 500,
|
||||
community_features: true,
|
||||
team_members: true,
|
||||
featured_by_gitroom: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue