From 990c6256a883d9b1ce0690502c29456b842685fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 18 Oct 2016 11:55:36 +0200 Subject: [PATCH] feat(containers): Add a title to the Not Found page --- src/containers/NotFound/NotFound.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/containers/NotFound/NotFound.js b/src/containers/NotFound/NotFound.js index 61b851204..b6a88a509 100644 --- a/src/containers/NotFound/NotFound.js +++ b/src/containers/NotFound/NotFound.js @@ -1,8 +1,11 @@ import React from 'react'; +import Helmet from 'react-helmet'; export default function NotFound() { return (
+ +

Doh! 404!

These are not the droids you are looking for!