Skip to content

Commit 2bf21d0

Browse files
authored
Merge pull request #14957 from guardian/ih/ab-test-opt-in-link
Fix issue with opt-in links on A/B test reporting page
2 parents 9038dfd + 13dc255 commit 2bf21d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ab-testing/frontend/src/lib/components/TestVariants.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<li>
2121
<a
2222
href={`https://www.theguardian.com/ab-tests/opt/in/${testName}:${group}`}
23+
target="_blank"
2324
>
2425
{group} ({formatter.format(
2526
((1 / testGroups.length) * size) / 100,

0 commit comments

Comments
 (0)