Skip to content

Commit

Permalink
Merge pull request #712 from ZenUml/fix/plus-most-select
Browse files Browse the repository at this point in the history
fix: set plus is the most select
  • Loading branch information
MrCoder authored May 20, 2024
2 parents a144721 + 6b0a5f0 commit 19336e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/subscription/PricingModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export function PricingModal({
postActionCallback={onSubscriptionChange}
includeDesc="All features from Free Tier"
features={['Up to 20 saved diagram files']}
isMostSelect={true}
/>
<SubscriptionItem
planName="Plus"
Expand All @@ -107,6 +106,7 @@ export function PricingModal({
'Customized CSS',
'Premium support for our expert to design your unique diagram style',
]}
isMostSelect={true}
/>
<SubscriptionItem
planName="Enterprise"
Expand Down

0 comments on commit 19336e8

Please sign in to comment.