Skip to content

Commit

Permalink
Extend highlights experiment by a week (#27520)
Browse files Browse the repository at this point in the history
* extend highlights experiment by a week

* add fairground email to owner
  • Loading branch information
cemms1 authored Oct 8, 2024
1 parent 621ad28 commit 81a32f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]")),
sellByDate = LocalDate.of(2024, 10, 15),
participationGroup = Perc50,
)

Expand Down

0 comments on commit 81a32f1

Please sign in to comment.