Skip to content

Commit dbaea95

Browse files
committed
Label
1 parent c0c7a23 commit dbaea95

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

resources/js/Helpers/labels.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export const difficultiesObject = [
6060
];
6161

6262
export const difficultyLabels = {
63-
general: "Anyone (non-technical, general audience)",
64-
introduction: "Introductory (beginners, first exposure)",
65-
practical: "Practical (technical, industry-focused)",
66-
advanced: "Advanced (complex systems, deeper dives)",
67-
academic: "Academic (research-heavy, theoretical)",
63+
general: "Anyone",
64+
introduction: "Introductory",
65+
practical: "Practical",
66+
advanced: "Advanced",
67+
academic: "Academic",
6868
};
6969

7070
export const getPricingLabel = (pricing) => pricingLabels[pricing] || "Unknown";

0 commit comments

Comments
 (0)