From 81a32f10e09eb172b6b2867c169391c5ef77aab9 Mon Sep 17 00:00:00 2001 From: Charlotte Emms <43961396+cemms1@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:45:51 +0100 Subject: [PATCH] Extend highlights experiment by a week (#27520) * extend highlights experiment by a week * add fairground email to owner --- common/app/experiments/Experiments.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index af960137fbac..b153453db263 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -23,8 +23,8 @@ object MastheadWithHighlights name = "masthead-with-highlights", description = "Shows new masthead component, with highlights container, in place of current header/navigation and top bar", - owners = Seq(Owner.withGithub("cemms1")), - sellByDate = LocalDate.of(2024, 10, 8), + owners = Seq(Owner.withGithub("cemms1"), Owner.withEmail("project.fairground@theguardian.com")), + sellByDate = LocalDate.of(2024, 10, 15), participationGroup = Perc50, )