Commit 34667610 authored by yann300's avatar yann300

readd remix icon

parent 892d8607
......@@ -215,26 +215,9 @@ class EditorPanel {
return self._api.context()
}
},
banner: yo`
<div>
<div class=${css.banner} title="Remix" alt="Remix">
######## ######## ## ## #### ## ##
## ## ## ### ### ## ## ##
## ## ## #### #### ## ## ##
######## ###### ## ### ## ## ###
## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ##
## ## ######## ## ## #### ## ##
welcome to browser solidity
new features:
- dom terminal v0.0.1-alpha
</div>
</div>
`
banner: yo`<div>
<img class=${css.banner} title="Remix" src="assets/img/remix_logo_512x512.svg" alt="Remix">
</div>`
})
}
self._components.terminal.event.register('filterChanged', (type, value) => {
......
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