File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jderobot-ide-interface" ,
3- "version" : " 0.2.39 " ,
3+ "version" : " 0.2.40 " ,
44 "main" : " dist/main.js" ,
55 "typings" : " dist/index.d.ts" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const MenuButtons: Story = {
6565 < OpenArrowIcon />
6666 </ MenuButtonStroke >
6767 < MenuButton { ...args } >
68- < KeyboardIcon />
68+ < KeyboardIcon />
6969 </ MenuButton >
7070 </ >
7171 ) ,
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ const FileEditor = ({
338338 title = "Keybinds Info"
339339 onClick = { ( ) => openKeybindsModal ( true ) }
340340 >
341- < KeyboardIcon viewBox = "0 0 20 20" />
341+ < KeyboardIcon />
342342 </ MenuButton >
343343 ) ;
344344 } ) ( ) }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const NewFolderModal = ({
3636 onReset = { handleCancel }
3737 >
3838 < ModalTitlebar
39- title = "Editor Keybord Shortcuts"
39+ title = "Editor Keyboard Shortcuts"
4040 htmlFor = "editor-keyboard-shortcuts"
4141 hasClose
4242 handleClose = { ( ) => {
You can’t perform that action at this time.
0 commit comments