|
|
|
@ -62,7 +62,7 @@ export const getPathIcon = (path: string) => { |
|
|
|
|
? 'fas fa-brackets-curly' : path.endsWith('.vy') |
|
|
|
|
? 'fak fa-vyper-mono' : path.endsWith('.lex') |
|
|
|
|
? 'fak fa-lexon' : path.endsWith('ts') |
|
|
|
|
? 'fab fa-ts' : path.endsWith('.contract') |
|
|
|
|
? 'fad fa-brackets-curly' : path.endsWith('.contract') |
|
|
|
|
? 'fab fa-ethereum' : path.endsWith('.cairo') |
|
|
|
|
? 'fab fa-ethereum' : 'far fa-file' // TODO: add cairo icon
|
|
|
|
|
} |
|
|
|
|