Skip to content

Commit cff8809

Browse files
committed
fixed other places
1 parent 2dd8d18 commit cff8809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/app/plugins/remixd-handle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ function remixdDialog () {
142142
</div>
143143
<div className='mb-2 text-break'>
144144
If you are just looking for the remixd command, here it is:
145-
<br></br><br></br><b>${commandText}</b>
145+
<br></br><br></br><b>{commandText}</b>
146146
<CopyToClipboard data-id='remixdCopyCommand' content={commandText}></CopyToClipboard>
147147
</div>
148148
<div className='mb-2 text-break'>
149-
When connected, a session will be started between <em>${window.location.origin}</em> and your local file system at <i>ws://127.0.0.1:65520</i>.
149+
When connected, a session will be started between <em>{window.location.origin}</em> and your local file system at <i>ws://127.0.0.1:65520</i>.
150150
The shared folder will be in the "File Explorers" workspace named "localhost".
151151
<br/>Read more about other <a target="_blank" href="https://remix-ide.readthedocs.io/en/latest/remixd.html#ports-usage">Remixd ports usage</a>
152152
</div>

0 commit comments

Comments
 (0)