Skip to content

Commit d079963

Browse files
committed
remove bottom 2 add-on parts
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent 2f79257 commit d079963

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

src/sections/Pricing/feature_data.json

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
"categoryOrder": "11",
11891189
"category": "Academy",
11901190
"functionOrder": "1104",
1191-
"function": "Create Learning Contents (Basic)",
1191+
"function": "Create Learning Contents",
11921192
"feature": "Content authoring tools for educational materials including learning paths, challenges, and certifications with interactive content and assessments.",
11931193
"subscription_tier": "Enterprise",
11941194
"comparison_tiers": {
@@ -1263,38 +1263,6 @@
12631263
},
12641264
"docs": ""
12651265
},
1266-
{
1267-
"theme": "",
1268-
"categoryOrder": "11",
1269-
"category": "Academy",
1270-
"functionOrder": "1108",
1271-
"function": "Theory Learning Module (Enhanced)",
1272-
"feature": "Advanced theoretical learning modules with interactive labs, whole-level assessments, and comprehensive educational materials.",
1273-
"subscription_tier": "Enterprise",
1274-
"comparison_tiers": {
1275-
"free": "",
1276-
"teamDesigner": "",
1277-
"teamOperator": "",
1278-
"enterprise": "Add-on"
1279-
},
1280-
"docs": ""
1281-
},
1282-
{
1283-
"theme": "",
1284-
"categoryOrder": "11",
1285-
"category": "Academy",
1286-
"functionOrder": "1109",
1287-
"function": "Practical Learning Module (Enhanced)",
1288-
"feature": "Hands-on practical learning modules with lab environments, real-world scenarios, and interactive exercises.",
1289-
"subscription_tier": "Enterprise",
1290-
"comparison_tiers": {
1291-
"free": "",
1292-
"teamDesigner": "",
1293-
"teamOperator": "",
1294-
"enterprise": "Add-on"
1295-
},
1296-
"docs": ""
1297-
},
12981266
{
12991267
"theme": "",
13001268
"categoryOrder": "add-on",

src/sections/Pricing/generateDetails.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ function generateDetails(data) {
8282
enterprise:
8383
item.comparison_tiers.enterprise === "X" || item.comparison_tiers.enterprise === "x" ? (
8484
<GiCheckMark className="yes-icon" />
85-
) : item.comparison_tiers.enterprise === "Add-on" ? (
86-
<span className="add-on-text">Add-on</span>
8785
) : (
8886
<MdClose className="no-icon" />
8987
),

0 commit comments

Comments
 (0)