fixed remixd modal text typo

pull/1990/head
lianahus 3 years ago
parent 1c88c6ddc0
commit 2dd8d1891a
  1. 2
      apps/remix-ide/src/app/plugins/remixd-handle.tsx

@ -155,7 +155,7 @@ function remixdDialog () {
</div>
<div className='mb-2 text-break'>
<h6 className="text-danger">
Before using, make sure remixd version is latest i.e. <b>${remixdVersion}</b>
Before using, make sure remixd version is latest i.e. <b>v{remixdVersion}</b>
<br></br><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>
</h6>
</div>

Loading…
Cancel
Save