Skip to content

Commit

Permalink
feat(lightbox): enable for 5% of users (#26797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Jan 8, 2024
1 parent 0077719 commit 4be5261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Lightbox
description = "Testing the impact lightbox might have on our CWVs",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 1, 31),
participationGroup = Perc0B,
participationGroup = Perc5A,
)

// Removing while we are still implementing this content type in DCR
Expand Down

0 comments on commit 4be5261

Please sign in to comment.