diff --git a/src/app/panels/editor-panel.js b/src/app/panels/editor-panel.js index 6392dd3b9a..d59b36eb87 100644 --- a/src/app/panels/editor-panel.js +++ b/src/app/panels/editor-panel.js @@ -169,7 +169,6 @@ var css = csjs` height : 100%; width : 100%; } - .contextviewcontainer{ position : absolute; z-index : 100; @@ -177,7 +176,6 @@ var css = csjs` top : 10px; width : 20em; } - .banner { width : 25em; } @@ -217,9 +215,26 @@ class EditorPanel { return self._api.context() } }, - banner: yo`
- Remix -
` + banner: yo` +
+
+ + ######## ######## ## ## #### ## ## + ## ## ## ### ### ## ## ## + ## ## ## #### #### ## ## ## + ######## ###### ## ### ## ## ### + ## ## ## ## ## ## ## ## + ## ## ## ## ## ## ## ## + ## ## ######## ## ## #### ## ## + + + welcome to browser solidity + + new features: + - dom terminal v0.0.1-alpha +
+
+ ` }) } self._components.terminal.event.register('filterChanged', (type, value) => {