Skip to content

Commit 3572617

Browse files
committed
Fix typo
1 parent 729c4dc commit 3572617

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

src/components/Button/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

src/components/FileEditor/FileEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})()}

src/components/Modals/EditorKeybindModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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={() => {

0 commit comments

Comments
 (0)