Skip to content

Commit

Permalink
Merge pull request #1438 from guardian/add-feast-to-benefit-list
Browse files Browse the repository at this point in the history
supporterplus and tier three feast app benefit
  • Loading branch information
rBangay authored Jan 14, 2025
2 parents 30c4c70 + 54a1302 commit 486b71c
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const newsApp = {
description: 'Read our reporting on the go',
};

const feastApp = {
name: 'Unlimited access to the Guardian Feast App',
description: 'Make a feast out of anything with the Guardian’s recipe app',
};

const adFree = {
name: 'Ad-free reading.',
description: 'Avoid ads on all your devices',
Expand Down Expand Up @@ -64,7 +69,7 @@ export function filterBenefitByRegion(
return benefit.specificToRegions === undefined;
}

export const supporterPlusSwitchBenefits = [newsApp, adFree];
export const supporterPlusSwitchBenefits = [newsApp, feastApp, adFree];

export const benefitsConfiguration: {
[productType in ProductTypeKeys]: ProductBenefit[];
Expand All @@ -81,6 +86,7 @@ export const benefitsConfiguration: {
supporterNewsletter,
uninterruptedReading,
newsApp,
feastApp,
adFree,
partnerOffers,
],
Expand All @@ -89,6 +95,7 @@ export const benefitsConfiguration: {
supporterNewsletter,
uninterruptedReading,
newsApp,
feastApp,
adFree,
partnerOffers,
],
Expand Down

0 comments on commit 486b71c

Please sign in to comment.