Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 0 additions & 262 deletions docs/support-faq.md

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/config/pricingConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const PRICING_PLANS: PricingPlan[] = [
icon: <Check className="w-4 h-4 text-maple-success" />
},
{
text: "20x more usage than Pro",
text: "200,000 monthly credits (10x Pro)",
included: true,
icon: <Check className="w-4 h-4 text-maple-success" />
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function PricingFAQ() {
messages.
</li>
<li>Pro: Generous usage for power users with a high monthly cap</li>
<li>Max: 20x more usage than Pro for maximum power users</li>
<li>Max: 200,000 monthly credits (10x Pro) for maximum power users</li>
<li>Team: Even more usage per team member with unified billing</li>
<li>Enterprise: Message us at support@trymaple.ai</li>
</ul>
Expand Down
Loading