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);
9696export const CodeIcon = withLabel ( Code ) ;
9797export const SaveIcon = withLabel ( Save ) ;
9898export const FolderIcon = withLabel ( Folder ) ;
99- export const crossIcon = withLabel ( Cross ) ;
99+ export const CrossIcon = withLabel ( Cross ) ;
100100export const CircleTerminalIcon = withLabel ( CircleTerminal ) ;
101101export const CircleFolderIcon = withLabel ( CircleFolder ) ;
102102export const CircleInfoIcon = withLabel ( CircleInfo ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717 AccountIcon ,
1818 EditorIcon ,
1919 MoreIcon ,
20- crossIcon
20+ CrossIcon
2121} from '../../../../common/icons' ;
2222import {
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 >
You can’t perform that action at this time.
0 commit comments