Skip to content

Commit

Permalink
Remove entity in JSX preventing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal-9k1 committed Dec 5, 2024
1 parent 612f36c commit fed6cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default function Editor({
</div>
<div className="Editor-ace-wrapper">
<div className="Editor-kbctrl-overlay">
<span>Keyboard input sent to robot &mdash; disable to edit code</span>
<span>Keyboard input sent to robot -- disable to edit code</span>
</div>
<AceEditor
fontSize={fontSize}
Expand Down

0 comments on commit fed6cfa

Please sign in to comment.