Skip to content

Commit

Permalink
Merge pull request #27454 from guardian/gl/updated-header-live
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM authored Sep 4, 2024
2 parents 17aca36 + 0cd7c81 commit a8e92e3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
RemoveLiteFronts,
UpdatedHeaderDesign,
MastheadWithHighlights,
DarkModeWeb,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
description = "Shows updated design of Header and Nav components",
owners = Seq(Owner.withGithub("cemms1")),
sellByDate = LocalDate.of(2024, 9, 30),
participationGroup = Perc50,
)

object MastheadWithHighlights
extends Experiment(
name = "masthead-with-highlights",
Expand Down

0 comments on commit a8e92e3

Please sign in to comment.