Skip to content

Commit

Permalink
Merge ad3cea7 into 168c6fd
Browse files Browse the repository at this point in the history
  • Loading branch information
veeqtor committed Oct 19, 2018
2 parents 168c6fd + ad3cea7 commit c35c12d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions client/src/modules/common/404/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import Emoji from 'react-emoji-render';
import img from '../../../../public/resources/images/404-Logo.png';


Expand All @@ -7,14 +8,17 @@ const ErrorPage = () => (
<div className="row">
<div className="col s12 center-align m-15-auto" >
<img src={img} alt="404 error" className="responsive-img animate" width="400" height="150" />
<p className="flow-text valign-wrapper" >
Unfortunately the page you are looking for could not be found. It may have been removed,
had its name changed or is temporarily unavailable.
<p className="flow-text center-align" style={{ fontSize: "2.2rem" }}>
{"Oops!! you are lost and that\'s not "}<strong>TIA</strong>
<Emoji text=":/" />
</p>
<p className="flow-text" >
Check the URL you entered for mistakes and try again.
<p className="flow-text center-align" >
<small style={{ fontSize: "1.1rem" }}>
Just kidding, seems like something broke,
or we could not find what you were looking for.
</small>
</p>
<a href="/teams" className="top-margin bottom-margin waves-effect waves-light btn blue-btn">Go back to Home page</a>
<a href="/teams" className="top-margin bottom-margin waves-effect waves-light btn blue-btn">Lets take you back</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c35c12d

Please sign in to comment.