Skip to content

Commit f526a4d

Browse files
committed
# v0.1.5 process
1 parent 7f22fb5 commit f526a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/DevTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default createDevTools(
88
<DockMonitor
99
toggleVisibilityKey="ctrl-h"
1010
changePositionKey="ctrl-q"
11-
defaultIsVisible={true}
11+
defaultIsVisible={false}
1212
>
1313
<LogMonitor/>
1414
</DockMonitor>

website/src/blog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class BlogExampleComponent extends Component {
291291
<br/>
292292
Please look into the <b>DevTools panel</b> and <b>Network requests</b>
293293
<br/>
294-
<br/> You can hide <b>DevTools</b>, click <b>Ctrl+H</b>
294+
<br/> You can open <b>DevTools</b>, click <b>Ctrl+H</b>
295295
</Alert>
296296

297297
<BlogPostsTable

0 commit comments

Comments
 (0)