We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7316b commit 13dc255Copy full SHA for 13dc255
1 file changed
ab-testing/frontend/src/lib/components/TestVariants.svelte
@@ -20,6 +20,7 @@
20
<li>
21
<a
22
href={`https://www.theguardian.com/ab-tests/opt/in/${testName}:${group}`}
23
+ target="_blank"
24
>
25
{group} ({formatter.format(
26
((1 / testGroups.length) * size) / 100,
0 commit comments