Skip to content

Commit

Permalink
Merge pull request #6762 from guardian/lp-fix-us-newsletter
Browse files Browse the repository at this point in the history
Add newsletter benefit to tier 1 in US
  • Loading branch information
LAKSHMIRPILLAI authored Feb 7, 2025
2 parents 7e1521b + 95bc691 commit e3b1f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-frontend/assets/helpers/productCatalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export const productCatalogDescription: Record<
},
Contribution: {
label: 'Support',
benefits: [newsletterBenefit],
benefits: [newsletterBenefit, newsletterBenefitUS],
benefitsMissing: [
appBenefit,
addFreeBenefit,
Expand Down

0 comments on commit e3b1f32

Please sign in to comment.