File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export const TerminalIcon = withLabel(Terminal);
96
96
export const CodeIcon = withLabel ( Code ) ;
97
97
export const SaveIcon = withLabel ( Save ) ;
98
98
export const FolderIcon = withLabel ( Folder ) ;
99
- export const crossIcon = withLabel ( Cross ) ;
99
+ export const CrossIcon = withLabel ( Cross ) ;
100
100
export const CircleTerminalIcon = withLabel ( CircleTerminal ) ;
101
101
export const CircleFolderIcon = withLabel ( CircleFolder ) ;
102
102
export const CircleInfoIcon = withLabel ( CircleInfo ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
AccountIcon ,
18
18
EditorIcon ,
19
19
MoreIcon ,
20
- crossIcon
20
+ CrossIcon
21
21
} from '../../../../common/icons' ;
22
22
import {
23
23
newFile ,
@@ -249,7 +249,7 @@ const MobileNav = () => {
249
249
< Options >
250
250
< div >
251
251
< Link to = { editorLink } >
252
- < IconButton icon = { crossIcon } />
252
+ < IconButton icon = { CrossIcon } />
253
253
</ Link >
254
254
</ div >
255
255
</ Options >
You can’t perform that action at this time.
0 commit comments