Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3aa81d

Browse files
authored
FAQ usage-based billing + links hidden for nonprofit & pro (windmill-labs#860)
1 parent b8ca69a commit a3aa81d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/components/Pricing.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -742,12 +742,6 @@ export default function Pricing() {
742742
) : (
743743
<div className="try-it-button">
744744
<a
745-
href={
746-
selectedOption === 'Pro'
747-
? 'https://billing.windmill.dev/b/28o3dq51Y6ZJ9jy7sM'
748-
: 'https://billing.windmill.dev/b/4gw4hu51YbfZ0N200j' +
749-
(selectedOption === 'Nonprofit' ? '?prefilled_promo_code=nonprofit' : '')
750-
}
751745
onClick={(e) => {
752746
e.preventDefault();
753747
e.stopPropagation();
@@ -765,6 +759,7 @@ export default function Pricing() {
765759
: 'text-sm bg-teal-600 !text-white shadow-sm hover:bg-teal-700 focus-visible:outline-teal-600',
766760
'main-section !no-underline text-center font-semibold leading-6 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2'
767761
)}
762+
style={{ cursor: 'pointer' }}
768763
>
769764
Try it for a month
770765
</a>

src/components/pricing/PricingFAQ.js

+11
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,17 @@ const faqs = [
239239
</span>
240240
)
241241
},
242+
{
243+
id: 'usage-based-billing',
244+
question: 'Is Windmill billed based on usage?',
245+
answer: (
246+
<span>
247+
Only the Teams plan is billed based on actual usage. For Enterprise Edition and Pro plans, you commit to terms that fit within a given range of seats and Compute Units, providing more predictable pricing.
248+
<br /><br />
249+
If your usage temporarily exceeds your subscription terms on EE or Pro plans, you will be notified and given 35 days to address the situation before your latest license key expires.
250+
</span>
251+
)
252+
},
242253
{
243254
id: 'portal',
244255
question: 'How can I update my subscription?',

0 commit comments

Comments
 (0)