Unverified Commit 36aef057 authored by William Entriken's avatar William Entriken Committed by GitHub

Rebrand to Remix IDE

parent 55033938
...@@ -82,7 +82,7 @@ function filepanel (appAPI, filesProvider) { ...@@ -82,7 +82,7 @@ function filepanel (appAPI, filesProvider) {
<span class="${css.gist}" title="Publish all open files to an anonymous github gist" onclick=${() => publishToGist(appAPI)}> <span class="${css.gist}" title="Publish all open files to an anonymous github gist" onclick=${() => publishToGist(appAPI)}>
<i class="fa fa-github"></i> <i class="fa fa-github"></i>
</span> </span>
<span class="${css.copyFiles}" title="Copy all files to another instance of Browser-solidity" onclick=${copyFiles}> <span class="${css.copyFiles}" title="Copy all files to another instance of Remix IDE" onclick=${copyFiles}>
<i class="fa fa-files-o" aria-hidden="true"></i> <i class="fa fa-files-o" aria-hidden="true"></i>
</span> </span>
<span onclick=${connectToLocalhost} class="${css.connectToLocalhost}"> <span onclick=${connectToLocalhost} class="${css.connectToLocalhost}">
......
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