feat(guide): Import guide in to the client app

This commit is contained in:
Bouncey
2018-10-04 14:47:55 +01:00
committed by Stuart Taylor
parent 2723a943c9
commit 6e728ce16d
4338 changed files with 148283 additions and 4200 deletions

View File

@@ -103,30 +103,32 @@ class ShowUser extends Component {
this.setNavigationTimer();
return (
<Layout>
<FullWidthRow>
<Spacer />
<Spacer />
<Panel bsStyle='info'>
<Panel.Heading>
<Panel.Title componentClass='h3'>
You need to be signed in to report a user
</Panel.Title>
</Panel.Heading>
<Panel.Body className='text-center'>
<Spacer />
<p>
You will be redirected to sign in to freeCodeCamp.org
automatically in 5 seconds
</p>
<p>
<Link to='/signin'>
Or you can here if you do not want to wait
</Link>
</p>
<Spacer />
</Panel.Body>
</Panel>
</FullWidthRow>
<main>
<FullWidthRow>
<Spacer />
<Spacer />
<Panel bsStyle='info'>
<Panel.Heading>
<Panel.Title componentClass='h3'>
You need to be signed in to report a user
</Panel.Title>
</Panel.Heading>
<Panel.Body className='text-center'>
<Spacer />
<p>
You will be redirected to sign in to freeCodeCamp.org
automatically in 5 seconds
</p>
<p>
<Link to='/signin'>
Or you can here if you do not want to wait
</Link>
</p>
<Spacer />
</Panel.Body>
</Panel>
</FullWidthRow>
</main>
</Layout>
);
}