Skip to content

Commit

Permalink
remove highlights experiment (#27530)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 authored Oct 15, 2024
1 parent 45f1f57 commit c4f5944
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
RemoveLiteFronts,
MastheadWithHighlights,
EuropeBetaFront,
DarkModeWeb,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object MastheadWithHighlights
extends Experiment(
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"), Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 10, 15),
participationGroup = Perc50,
)

object EuropeBetaFront
extends Experiment(
name = "europe-beta-front",
Expand Down

0 comments on commit c4f5944

Please sign in to comment.