added alert to update remixd (#934)

pull/5370/head
Liana Husikyan 4 years ago committed by GitHub
parent e6fa6ab2fe
commit d36f2ef6d9
  1. 3
      apps/remix-ide/src/app/files/remixd-handle.js

@ -141,6 +141,9 @@ function remixdDialog () {
<i class="fas fa-link"></i> will show you current connection status.
</div>
<div class=${css.dialogParagraph}>This feature is still in Alpha, so we recommend you to keep a copy of the shared folder.</div>
<span class="text-danger">
Please make sure you have the <b>latest remixd version</b>. <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd">Read here how to update it</a>
</span>
</div>
`
}

Loading…
Cancel
Save