diff --git a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx
index 1ca0547d9a..d17f4d1281 100644
--- a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx
+++ b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx
@@ -49,11 +49,13 @@ export class HardhatProvider extends Plugin {
}
hardhatProviderDialogBody (): JSX.Element {
- return (
Note: To run Hardhat network node on your system, go to hardhat project folder and run command:
-
npx hardhat node
- For more info, visit:
Hardhat Documentation
- Hardhat JSON-RPC Endpoint
-
)
+ return (
+ Note: To run Hardhat network node on your system, go to hardhat project folder and run command:
+
npx hardhat node
+ For more info, visit:
Hardhat Documentation
+
Hardhat JSON-RPC Endpoint:
+
+ )
}
sendAsync (data: JsonDataRequest): Promise {