diff --git a/ab-testing/frontend/src/routes/+page.svelte b/ab-testing/frontend/src/routes/+page.svelte index 3737bca0cf2..6b3497cd03a 100644 --- a/ab-testing/frontend/src/routes/+page.svelte +++ b/ab-testing/frontend/src/routes/+page.svelte @@ -4,7 +4,7 @@ import AudienceBreakdown from '$lib/components/AudienceBreakdown.svelte'; -

A/B Tests

+

A/B Tests (Beta)

This page provides an overview of currently running A/B tests on @@ -31,8 +31,14 @@

- - + {#if activeABtests.length > 0} + + {/if} + {#if allABTests.length > 0} +
+ {:else} +

There are ZERO A/B tests currently configured!

+ {/if}