We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b68f5 commit 2dc00bdCopy full SHA for 2dc00bd
app/containers/App.js
@@ -126,10 +126,10 @@ export default class App extends Component {
126
return (
127
<div style={styles.wrapBackground}>
128
<div style={styles.text}>
129
- <span style={styles.shortcut}>⌥⌘K</span> to toggle Redux DevTools
+ <kbd style={styles.shortcut}>⌥⌘K</kbd> to toggle Redux DevTools
130
</div>
131
132
- <span style={styles.shortcut}>⌥⌘J</span> to toggle React DevTools
+ <kbd style={styles.shortcut}>⌥⌘J</kbd> to toggle React DevTools
133
134
135
);
0 commit comments