1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: strategy variants in demo link to new variants (#4477)

This commit is contained in:
Mateusz Kwasniewski 2023-08-11 09:43:41 +02:00 committed by GitHub
parent 0e4485d0fc
commit a68942d90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,19 +429,18 @@ export const TOPICS: ITutorialTopic[] = [
<> <>
<Description> <Description>
<a <a
href="https://docs.getunleash.io/reference/feature-toggle-variants" href="https://docs.getunleash.io/reference/strategy-variants"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Feature toggle variants Strategy variants
</a>{' '} </a>{' '}
allow you to define different values for a feature allow you to define different values for a feature
toggle. They can be used for A/B testing or toggle. They can be used for A/B testing or
segmenting your users. segmenting your users.
</Description> </Description>
<Description sx={{ mt: 1 }}> <Description sx={{ mt: 1 }}>
Let's try adding a variant to a feature toggle, Let's try adding a variant to a strategy.
along with an override so our user can see it.
</Description> </Description>
</> </>
), ),