fix typescript icon

pull/2246/head
yann300 3 years ago
parent 20dc09d4f6
commit 0368f1ae0e
  1. 2
      libs/remix-ui/helper/src/lib/remix-ui-helper.ts

@ -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
}

Loading…
Cancel
Save