Web: Changed benefits for bonus page.

This commit is contained in:
Tatiana Lopaeva 2023-05-23 16:09:33 +03:00
parent 2c7278f281
commit 1d6518aec4

View File

@ -56,7 +56,7 @@ const BenefitsContainer = ({ theme, isTrial, isEnterprise }) => {
) )
: featuresArray.push(lifetimeLicense, techSupport); : featuresArray.push(lifetimeLicense, techSupport);
} else { } else {
featuresArray.push(mobileEditing, techSupport); featuresArray.push(scalabilityClustering, mobileEditing, techSupport);
} }
return featuresArray.map((item, index) => { return featuresArray.map((item, index) => {