We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50885c4 commit 22eb30fCopy full SHA for 22eb30f
dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx
@@ -40,8 +40,8 @@ export const ChoiceCardTestData_REGULAR = (
40
benefitsLabel: 'All-access digital',
41
benefits: () =>
42
shorterBenefits
43
- ? fullSupporterPlusBenefits
44
- : shorterSupporterPlusBenefits,
+ ? shorterSupporterPlusBenefits
+ : fullSupporterPlusBenefits,
45
recommended: true,
46
},
47
{
@@ -73,8 +73,8 @@ export const ChoiceCardTestData_US = (
73
74
75
76
77
78
79
80
0 commit comments