chore(root): Ensure development environment

This commit is contained in:
Bouncey
2018-09-03 11:23:18 +01:00
committed by mrugesh mohapatra
parent 46a217d0a5
commit dc00eb8555
225 changed files with 164 additions and 21387 deletions

View File

@@ -104,7 +104,11 @@ class AcceptPrivacyTerms extends Component {
onChange={this.createHandleChange('termsOfService')}
>
I accept the{' '}
<a href='https://www.freecodecamp/terms' target='_blank'>
<a
href='https://www.freecodecamp/terms'
rel='noopener noreferrer'
target='_blank'
>
terms of service
</a>{' '}
(required)
@@ -122,7 +126,11 @@ class AcceptPrivacyTerms extends Component {
onChange={this.createHandleChange('privacyPolicy')}
>
I accept the{' '}
<a href='https://www.freecodecamp/privacy' target='_blank'>
<a
href='https://www.freecodecamp/privacy'
rel='noopener noreferrer'
target='_blank'
>
privacy policy
</a>{' '}
(required)