aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx b/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx
index acb6dfef1db..38f0f198ee8 100644
--- a/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx
+++ b/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx
@@ -59,7 +59,7 @@ export default function SecretStep(props: SecretStepProps) {
almBinding && projectBinding ? (
<LinkStandalone
to={`${buildGithubLink(almBinding, projectBinding)}/settings/secrets`}
- target="_blank"
+ shouldOpenInNewTab
>
{translate('onboarding.tutorial.with.github_action.secret.intro.link')}
</LinkStandalone>