We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a144721 + 6b0a5f0 commit 19336e8Copy full SHA for 19336e8
src/components/subscription/PricingModal.jsx
@@ -88,7 +88,6 @@ export function PricingModal({
88
postActionCallback={onSubscriptionChange}
89
includeDesc="All features from Free Tier"
90
features={['Up to 20 saved diagram files']}
91
- isMostSelect={true}
92
/>
93
<SubscriptionItem
94
planName="Plus"
@@ -107,6 +106,7 @@ export function PricingModal({
107
106
'Customized CSS',
108
'Premium support for our expert to design your unique diagram style',
109
]}
+ isMostSelect={true}
110
111
112
planName="Enterprise"
0 commit comments