diff options
Diffstat (limited to 'src/pages/Home.js')
| -rw-r--r-- | src/pages/Home.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/Home.js b/src/pages/Home.js index 1486f422..03df4dc5 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -1,4 +1,5 @@ import React from 'react'; +import DocumentTitle from "react-document-title"; import ContactSection from "../components/home/ContactSection"; import IntroSection from "../components/home/IntroSection"; import JumbotronHeader from "../components/home/JumbotronHeader"; @@ -49,6 +50,7 @@ class Home extends React.Component { <TechnologiesSection/> <TeamSection/> <ContactSection/> + <DocumentTitle title="OpenDC"/> </div> </div> ); |
