OSDN Git Service

change the title of the electron app
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 17 Apr 2018 06:23:18 +0000 (14:23 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 17 Apr 2018 06:23:18 +0000 (14:23 +0800)
src/Root.jsx

index e0cecea..6d2fcaf 100644 (file)
@@ -9,7 +9,7 @@ import makeRoutes from './routes'
 
 export default class Root extends React.Component {
   componentWillMount() {
-    document.title = 'Bytom'
+    document.title = 'Bytom Wallet'
   }
 
   render() {