Fix prettier integration, format (#31)
* Fix prettier integration, format * Reformat again
This commit is contained in:
@ -7,13 +7,13 @@ import CenteredContent from 'components/CenteredContent';
|
||||
class ErrorAuth extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Layout
|
||||
titleText="Not Found"
|
||||
>
|
||||
<Layout titleText="Not Found">
|
||||
<CenteredContent>
|
||||
<h1>Authentication failed</h1>
|
||||
|
||||
<p>We were unable to log you in. <Link to="/">Please try again.</Link></p>
|
||||
<p>
|
||||
We were unable to log you in. <Link to="/">Please try again.</Link>
|
||||
</p>
|
||||
</CenteredContent>
|
||||
</Layout>
|
||||
);
|
||||
|
Reference in New Issue
Block a user