1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix: demo steps should search the main table (#7227)

This commit is contained in:
Mateusz Kwasniewski 2024-05-31 12:29:55 +02:00 committed by GitHub
parent 973870ccb2
commit 6340ecd6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ export const TOPICS: ITutorialTopic[] = [
},
{
href: `/projects/${PROJECT}?sort=name`,
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step2"]`,
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step2"]`,
content: (
<Description>
First, open the feature flag configuration for{' '}
@ -344,7 +344,7 @@ export const TOPICS: ITutorialTopic[] = [
},
{
href: `/projects/${PROJECT}?sort=name`,
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step3"]`,
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step3"]`,
content: (
<Description>
First, open the feature flag configuration for{' '}
@ -459,7 +459,7 @@ export const TOPICS: ITutorialTopic[] = [
},
{
href: `/projects/${PROJECT}?sort=name`,
target: `a[href="${basePath}/projects/${PROJECT}/features/demoApp.step4"]`,
target: `table a[href="${basePath}/projects/${PROJECT}/features/demoApp.step4"]`,
content: (
<Description>
First, open the feature flag configuration for{' '}