Skip to content

Commit

Permalink
Update debugger from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 5, 2016
1 parent 78b68f5 commit 2dc00bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ export default class App extends Component {
return (
<div style={styles.wrapBackground}>
<div style={styles.text}>
<span style={styles.shortcut}>⌥⌘K</span> to toggle Redux DevTools
<kbd style={styles.shortcut}>⌥⌘K</kbd> to toggle Redux DevTools
</div>
<div style={styles.text}>
<span style={styles.shortcut}>⌥⌘J</span> to toggle React DevTools
<kbd style={styles.shortcut}>⌥⌘J</kbd> to toggle React DevTools
</div>
</div>
);
Expand Down

0 comments on commit 2dc00bd

Please sign in to comment.