Skip to content

Commit 8581677

Browse files
Merge branch 'master' into aryanshah/enhance_dialog_component
2 parents e2f7e30 + 5acf6d8 commit 8581677

3 files changed

Lines changed: 23 additions & 7 deletions

File tree

src/components/PlanCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PlanCard = ({ planData , isYearly }) => {
2929

3030
{x.tier === "Personal" ? <div className="pricing-label">Free Forever</div> : null}
3131

32-
{x.tier === "Enterprise" ? <div className="featured-label">Most Popular</div> : null}
32+
{x.tier === "Team Designer" ? <div className="featured-label">Most Popular</div> : null}
3333

3434
{/* {x.pricing_coming_soon && (
3535
<div className="pricing_coming_soon">

src/sections/Pricing/comparison.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ const Comparison = () => {
202202
<tbody>
203203
<tr>
204204
<th className="price-blank"></th>
205+
<th className="price-blank"></th>
206+
<th className="price-table-popular">Most popular</th>
205207
<th className="price-blank"></th>
206208
<th className="price-blank"></th>
207-
<th className="price-blank"></th>
208-
<th className="price-table-popular">Most popular</th>
209209
</tr>
210210
<tr className="price-table-head">
211211
<td></td>

src/sections/Pricing/feature_data.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
"categoryOrder": "9",
10291029
"category": "Managed Service Provider",
10301030
"functionOrder": "902",
1031-
"function": "Public Profiles for Users",
1031+
"function": "The weekly Newcomers meeting held every Thursday offers an overview of the community and projects. It’s an ideal place to start: https://layer5.io/community/calendar. In the meeting, you will be assisted in merging your first pull request on Meshery. Here’s an overview of the tech involved in the projects - https://layer5.io/community/handbook/repository-overview",
10321032
"feature": "See public user profile details, public activities and public resources.",
10331033
"subscription_tier": "",
10341034
"comparison_tiers": {
@@ -1044,7 +1044,7 @@
10441044
"categoryOrder": "9",
10451045
"category": "Managed Service Provider",
10461046
"functionOrder": "903",
1047-
"function": "Recognition Program Badges",
1047+
"function": "Recognition Program BadgesYou're most welcome to join any / all of the meetings that strike your fancy.",
10481048
"feature": "Badges are visual indicators of achievements or milestones that users can earn in order to recognizing activity milestones, encouraging positive behavior, mark progress, and gamifying platform experience.",
10491049
"subscription_tier": "",
10501050
"comparison_tiers": {
@@ -1156,8 +1156,24 @@
11561156
"categoryOrder": "add-on",
11571157
"category": "Academy",
11581158
"functionOrder": "",
1159-
"function": "Academy",
1160-
"feature": "A comprehensive learning management system for creators and instructors on how to build, manage, and extend educational content like learning paths, challenges, and certifications with an inclusive, collaborative, hands-on learning environment for students.",
1159+
"function": "Academy Theoretical Learning",
1160+
"feature": "A comprehensive learning management system for creators and instructors on how to build, manage, and extend educational content like learning paths, challenges, and certifications.",
1161+
"subscription_tier": "Enterprise",
1162+
"comparison_tiers": {
1163+
"free": "",
1164+
"teamDesigner": "",
1165+
"teamOperator": "",
1166+
"enterprise": "x"
1167+
},
1168+
"docs": "https://docs.layer5.io/cloud/academy/"
1169+
},
1170+
{
1171+
"theme": "",
1172+
"categoryOrder": "add-on",
1173+
"category": "Academy",
1174+
"functionOrder": "",
1175+
"function": "Academy Practical Learning",
1176+
"feature": "An inclusive, collaborative, hands-on learning environment for students.",
11611177
"subscription_tier": "Enterprise",
11621178
"comparison_tiers": {
11631179
"free": "",

0 commit comments

Comments
 (0)