Skip to content

Commit 46e7613

Browse files
committed
pascal case CrossIcon
1 parent aeedb99 commit 46e7613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/common/icons.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const TerminalIcon = withLabel(Terminal);
9696
export const CodeIcon = withLabel(Code);
9797
export const SaveIcon = withLabel(Save);
9898
export const FolderIcon = withLabel(Folder);
99-
export const crossIcon = withLabel(Cross);
99+
export const CrossIcon = withLabel(Cross);
100100
export const CircleTerminalIcon = withLabel(CircleTerminal);
101101
export const CircleFolderIcon = withLabel(CircleFolder);
102102
export const CircleInfoIcon = withLabel(CircleInfo);

client/modules/IDE/components/Header/MobileNav.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
AccountIcon,
1818
EditorIcon,
1919
MoreIcon,
20-
crossIcon
20+
CrossIcon
2121
} from '../../../../common/icons';
2222
import {
2323
newFile,
@@ -249,7 +249,7 @@ const MobileNav = () => {
249249
<Options>
250250
<div>
251251
<Link to={editorLink}>
252-
<IconButton icon={crossIcon} />
252+
<IconButton icon={CrossIcon} />
253253
</Link>
254254
</div>
255255
</Options>

0 commit comments

Comments
 (0)