From f11362b68d6657c909d462cecc84a63f6ba89c05 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 18 Oct 2022 00:25:35 +0100 Subject: [PATCH] finish addressing review comments --- .../src/lib/components/contractDropdownUI.tsx | 4 +- .../src/lib/components/contractGUI.tsx | 30 +++++++++------ .../src/lib/components/deployButton.tsx | 17 +++++++-- .../src/lib/components/deployInput.tsx | 28 +++++++++----- .../lib/components/instanceContainerUI.tsx | 37 +++++++++++++++---- .../src/lib/components/multiDeployInput.tsx | 12 +++++- .../src/lib/components/universalDappUI.tsx | 22 +++++++---- 7 files changed, 108 insertions(+), 42 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx index a128fc1cf4..a4b9cbc23d 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx @@ -323,8 +323,8 @@ export function ContractDropdownUI(props: ContractDropdownProps) { checked={props.ipfsCheckedState} /> - {"Publishing the source code and metadata to IPFS facilitates source code verification using Sourcify and will greatly foster contract adoption (auditing, debugging, calling it, etc...)"} + + Publishing the source code and metadata to IPFS facilitates source code verification
using Sourcify and will greatly foster contract adoption (auditing, debugging, calling it, etc...)
}>