Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Dec 8, 2023
1 parent 987ba47 commit 9ee916b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OnboardingSPA/steps/TheFork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const TheFork = () => {
<a
className="nfd-onboarding-step--site-gen__fork__importsite"
href={ migrationUrl }
target="_blank" rel="noreferrer"
target={ '_blank' }
rel={ 'noreferrer' }
>
{ content.importtext }
</a>
Expand Down

0 comments on commit 9ee916b

Please sign in to comment.