diff options
author | redcreeper14385 <mounderfod@gmail.com> | 2021-11-19 17:32:11 +0000 |
---|---|---|
committer | redcreeper14385 <mounderfod@gmail.com> | 2021-11-19 17:32:11 +0000 |
commit | 1f71277aa495bd9b7725197cae3886672f2293c4 (patch) | |
tree | be864928644e87ee99f73756457e3b82c7541b12 | |
parent | 4f9ae80fabcc792af6c190beb22c341906c43ab0 (diff) | |
download | facere-cito-1f71277aa495bd9b7725197cae3886672f2293c4.tar.gz |
-rw-r--r-- | src/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js index 9890d5e..3bdc43b 100644 --- a/src/index.js +++ b/src/index.js @@ -56,6 +56,10 @@ class App extends React.Component { ); } + componentDidMount() { + document.title = "facere cito"; + } + handleClearClick() { window.localStorage.setItem('todos', JSON.stringify([])); window.location.reload(); |