Update settings-tab.js

pull/3094/head
yann300 7 years ago committed by GitHub
parent 5b544c0bb8
commit 0d95292a0c
  1. 2
      src/app/tabs/settings-tab.js

@ -160,7 +160,7 @@ module.exports = class SettingsTab {
</div> </div>
<div class="${css.crow}">More infos:</div> <div class="${css.crow}">More infos:</div>
<div class="${css.crow}"><a target="_blank" href="https://github.com/ethereum/remixd"> https://github.com/ethereum/remixd</a></div> <div class="${css.crow}"><a target="_blank" href="https://github.com/ethereum/remixd"> https://github.com/ethereum/remixd</a></div>
<div class="${css.crow}"><a target="_blank" href="http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html">http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html</a></div> <div class="${css.crow}"><a target="_blank" href="https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem">http://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html</a></div>
<div class="${css.crow}">Installation: <pre class=${css.remixdinstallation}>npm install remixd -g</pre></div> <div class="${css.crow}">Installation: <pre class=${css.remixdinstallation}>npm install remixd -g</pre></div>
</div>` </div>`
self._view.config.localremixd = yo` self._view.config.localremixd = yo`

Loading…
Cancel
Save