Commit 34667610 authored by yann300's avatar yann300

readd remix icon

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