Skip to content

Commit

Permalink
# v0.1.5 process
Browse files Browse the repository at this point in the history
  • Loading branch information
edtoken committed Jan 24, 2018
1 parent 7f22fb5 commit f526a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/DevTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default createDevTools(
<DockMonitor
toggleVisibilityKey="ctrl-h"
changePositionKey="ctrl-q"
defaultIsVisible={true}
defaultIsVisible={false}
>
<LogMonitor/>
</DockMonitor>
Expand Down
2 changes: 1 addition & 1 deletion website/src/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class BlogExampleComponent extends Component {
<br/>
Please look into the <b>DevTools panel</b> and <b>Network requests</b>
<br/>
<br/> You can hide <b>DevTools</b>, click <b>Ctrl+H</b>
<br/> You can open <b>DevTools</b>, click <b>Ctrl+H</b>
</Alert>

<BlogPostsTable
Expand Down

0 comments on commit f526a4d

Please sign in to comment.