about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorredcreeper14385 <mounderfod@gmail.com>2021-11-19 17:32:11 +0000
committerredcreeper14385 <mounderfod@gmail.com>2021-11-19 17:32:11 +0000
commit1f71277aa495bd9b7725197cae3886672f2293c4 (patch)
treebe864928644e87ee99f73756457e3b82c7541b12
parent4f9ae80fabcc792af6c190beb22c341906c43ab0 (diff)
downloadfacere-cito-master.tar.gz
more visual tweaks :P HEAD master
-rw-r--r--src/index.js4
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();