Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Readded document.title to the app
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Apr 18, 2018
1 parent 6273b03 commit 3b5336f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const store = createStore(
)
)

document.title = 'Dat Desktop | Welcome'

render(
<Provider store={store}>
<App />
Expand Down
1 change: 1 addition & 0 deletions app/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const redatApp = (state = defaultState, action) => {
}
}
case 'HIDE_INTRO':
document.title = 'Dat Desktop'
return {
...state,
screen: 'dats'
Expand Down

0 comments on commit 3b5336f

Please sign in to comment.