Skip to content

Commit 906b83c

Browse files
authored
Add a title to the Not Found page
1 parent 3720269 commit 906b83c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/containers/NotFound/NotFound.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import React from 'react';
2+
import Helmet from 'react-helmet';
23

34
export default function NotFound() {
45
return (
6+
<Helmet title="Not Found"/>
7+
58
<div className="container">
69
<h1>Doh! 404!</h1>
710
<p>These are <em>not</em> the droids you are looking for!</p>

0 commit comments

Comments
 (0)