Upgrade React and React Router

This commit is contained in:
Jonathan Cremin 2016-01-09 15:10:28 +00:00
parent ef8e8ca59e
commit c96b4b624b
12 changed files with 218 additions and 134 deletions

View file

@ -12,7 +12,7 @@ export default React.createClass({
<div className='row'>
<div className='col-md-12'>
<div className='error-logo'>
<Link to='home'><img src='/images/logo-full-300.png' width='50' /></Link>
<Link to='/'><img src='/images/logo-full-300.png' width='50' /></Link>
</div>
</div>
</div>
@ -20,7 +20,7 @@ export default React.createClass({
<div className='col-md-12'>
<h2>404</h2>
<h1>Sorry, it looks like the page you asked for is gone.</h1>
<Link to='home'>Take Me Home</Link> or <a href='https://www.youtube.com/watch?v=gnnIrTLlLyA' target='_blank'>Take Me to the Wubs</a>
<Link to='/'>Take Me Home</Link> or <a href='https://www.youtube.com/watch?v=gnnIrTLlLyA' target='_blank'>Take Me to the Wubs</a>
</div>
</div>
</div>