@codecademy/brand 5.9.0-alpha.fe23ab421.0 → 5.10.0-alpha.cfbadc666.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,6 @@ export declare const COACHING_OFFERINGS: readonly [{
|
|
|
13
13
|
}, {
|
|
14
14
|
readonly title: "Tutoring";
|
|
15
15
|
readonly icon: "tutoring";
|
|
16
|
-
readonly bullets: readonly ["1
|
|
16
|
+
readonly bullets: readonly ["1-on-1 guidance on new or existing technical skills with experts in your target field.", "Complex concepts broken down at your pace.", "Hands-on practice with real-time support."];
|
|
17
17
|
}];
|
|
18
18
|
export type CoachingOfferingIcon = (typeof COACHING_OFFERINGS)[number]['icon'];
|
|
@@ -13,5 +13,5 @@ export const COACHING_OFFERINGS = [{
|
|
|
13
13
|
}, {
|
|
14
14
|
title: 'Tutoring',
|
|
15
15
|
icon: 'tutoring',
|
|
16
|
-
bullets: ['1
|
|
16
|
+
bullets: ['1-on-1 guidance on new or existing technical skills with experts in your target field.', 'Complex concepts broken down at your pace.', 'Hands-on practice with real-time support.']
|
|
17
17
|
}];
|
package/package.json
CHANGED