More work with titles & descriptions
This commit is contained in:
parent
a1138c8c43
commit
464af6b9d1
21 changed files with 178 additions and 51 deletions
|
|
@ -1,9 +1,13 @@
|
|||
import React from 'react';
|
||||
import { Alert } from 'react-bootstrap';
|
||||
import { translate, Trans } from 'react-i18next';
|
||||
import { Helmet } from 'react-helmet';
|
||||
|
||||
const NotFound = () => (
|
||||
<div className="NotFound">
|
||||
<Helmet>
|
||||
<title>This page doesn't exist"</title>
|
||||
</Helmet>
|
||||
<Alert bsStyle="danger">
|
||||
<p>
|
||||
<Trans i18nKey="not-found">Upppps: Esta página no existe</Trans>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue