docs: use euros for plan pricing on billing page#882
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe plans and billing page changes the Team and Business plan prices from dollars to euros, updating the displayed amounts to €6 and €12 per user per month. ChangesPricing copy
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/pages/manage/settings/plans-and-billing.mdxOops! Something went wrong! :( ESLint: 9.39.2 TypeError: Converting circular structure to JSON Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The Plans and billing page priced the Team and Business plans in USD at the top, while the "Machine-based Usage" section further down already priced Team at
€6/user. This aligns the plan descriptions with euros so the page is internally consistent.$6→€6 per user per month$12→€12 per user per monthAmounts are unchanged — only the currency symbol. Also removed a stray double space before the Business price.
Agent Network
USDreferences (LLM spend caps, cost-per-token, API fields likegroup_cap_usd) are intentionally untouched: they measure spend against external LLM providers billed in USD and are literal API field names, not NetBird pricing.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit