Skip to content

Commit 10b5a94

Browse files
Right RunButton tittle (#24)
You can run the code with `ctrl+k` not `ctrl+r` cuz this will just reload the page on the web
1 parent c17af8b commit 10b5a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RunButton/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const RunButton = ({ loading, dispatch, code }) => (
77
<button
88
data-toggle="tooltip"
99
data-placement="top"
10-
title="Run Code (CtrCmd + R)"
10+
title="Run Code (CtrCmd + k)"
1111
onClick={() => dispatch(codeActions.executeCode(code))}
1212
disabled={loading}
1313
className="btn btn-success"

0 commit comments

Comments
 (0)