added alert to update remixd (#934)

pull/940/head
Liana Husikyan 4 years ago committed by GitHub
parent 432220c18b
commit ea0be92c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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