Skip to content

Commit 2dc00bd

Browse files
committed
Update debugger from upstream
1 parent 78b68f5 commit 2dc00bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/containers/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ export default class App extends Component {
126126
return (
127127
<div style={styles.wrapBackground}>
128128
<div style={styles.text}>
129-
<span style={styles.shortcut}>⌥⌘K</span> to toggle Redux DevTools
129+
<kbd style={styles.shortcut}>⌥⌘K</kbd> to toggle Redux DevTools
130130
</div>
131131
<div style={styles.text}>
132-
<span style={styles.shortcut}>⌥⌘J</span> to toggle React DevTools
132+
<kbd style={styles.shortcut}>⌥⌘J</kbd> to toggle React DevTools
133133
</div>
134134
</div>
135135
);

0 commit comments

Comments
 (0)