From dbc9689b2f720c485f62364c158e73ee39acf937 Mon Sep 17 00:00:00 2001 From: Dantraz Date: Thu, 27 Feb 2020 12:55:59 +0530 Subject: [PATCH] Update App.js --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index b19958fc..074dbef4 100644 --- a/src/App.js +++ b/src/App.js @@ -18,5 +18,6 @@ class App extends Component { ); } } +document.title = 'Donut'; export default App;