Commit 3a71d1d3 authored by ioedeveloper's avatar ioedeveloper

Add icon for lexon

parent 80cd2ccc
...@@ -76,8 +76,9 @@ module.exports = { ...@@ -76,8 +76,9 @@ module.exports = {
? 'fak fa-solidity-mono' : path.endsWith('.js') ? 'fak fa-solidity-mono' : path.endsWith('.js')
? 'fab fa-js' : path.endsWith('.json') ? 'fab fa-js' : path.endsWith('.json')
? 'fas fa-brackets-curly' : path.endsWith('.vy') ? 'fas fa-brackets-curly' : path.endsWith('.vy')
? 'fak fa-vyper-mono' : path.endsWith('.lex') || path.endsWith('.contract') ? 'fak fa-vyper-mono' : path.endsWith('.lex')
? 'fab fa-ethereum' : 'far fa-file' ? 'fak fa-lexon' : path.endsWith('.contract')
? 'fab fa-ethereum' : 'far fa-file'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment