From 2dd8d1891a4ec49a29672e77a277b0f363bbc908 Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 20 Jan 2022 17:06:14 +0100 Subject: [PATCH] fixed remixd modal text typo --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index 68367d1df3..fd33c03a0c 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -155,7 +155,7 @@ function remixdDialog () {
- Before using, make sure remixd version is latest i.e. ${remixdVersion} + Before using, make sure remixd version is latest i.e. v{remixdVersion}

Read here how to update it