diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html index 76c4b4fd..8438797b 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html @@ -29,13 +29,13 @@
-
@@ -51,8 +51,8 @@
- ${{ licenseType === 'Commercial' ? '2000' : '200' }} - ${{ licenseType === 'Commercial' ? '1500' : '150' }} + ${{ isCommercial() ? '2000' : '200' }} + ${{ isCommercial() ? '1500' : '150' }}

{{ firstBundleName }}

@@ -71,7 +71,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '2000' : '200' }} - ${{ licenseType === 'Commercial' ? '1500' : '150' }} + ${{ isCommercial() ? '2000' : '200' }} + ${{ isCommercial() ? '1500' : '150' }}

{{ secondBundleName }}

@@ -115,7 +115,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '1800' : '180' }} - ${{ licenseType === 'Commercial' ? '1400' : '140' }} + ${{ isCommercial() ? '1800' : '180' }} + ${{ isCommercial() ? '1400' : '140' }}

{{ thirdBundleName }}

@@ -159,7 +159,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}

- ${{ licenseType === 'Commercial' ? '1800' : '180' }} - ${{ licenseType === 'Commercial' ? '1400' : '140' }} + ${{ isCommercial() ? '1800' : '180' }} + ${{ isCommercial() ? '1400' : '140' }}

{{ fourthBundleName }}

@@ -203,7 +203,7 @@ -

{{ licenseType === 'Commercial' ? 'Commercial' : 'Personal' }}

+

{{ selectedLicenseType }}