Skip to content

Commit 6b0a5f0

Browse files
fix: set plus is the most select
1 parent a144721 commit 6b0a5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/subscription/PricingModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export function PricingModal({
8888
postActionCallback={onSubscriptionChange}
8989
includeDesc="All features from Free Tier"
9090
features={['Up to 20 saved diagram files']}
91-
isMostSelect={true}
9291
/>
9392
<SubscriptionItem
9493
planName="Plus"
@@ -107,6 +106,7 @@ export function PricingModal({
107106
'Customized CSS',
108107
'Premium support for our expert to design your unique diagram style',
109108
]}
109+
isMostSelect={true}
110110
/>
111111
<SubscriptionItem
112112
planName="Enterprise"

0 commit comments

Comments
 (0)