icon for solcan

pull/4735/head
aniket-engg 7 months ago committed by Aniket
parent 86034e4011
commit 92ecbf3dbf
  1. 1
      apps/remix-ide/src/app/tabs/locales/en/udapp.json
  2. 3
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -111,6 +111,7 @@
"udapp.tooltipTextRemove": "Remove from the list",
"udapp.tooltipTextEdit": "Create a DApp using this contract in the main panel",
"udapp.tooltipTextPin": "Pin contract",
"udapp.tooltipTextSolScan": "Run Solidity scan for contract",
"udapp.tooltipText8": "Click for docs about using 'receive'/'fallback'",
"udapp.tooltipText9": "The Calldata to send to fallback function of the contract.",
"udapp.tooltipText10": "Send data to contract.",

@ -307,6 +307,9 @@ export function UniversalDappUI(props: UdappProps) {
></i>
</CustomTooltip>
)}
<CustomTooltip placement="top" tooltipClasses="text-nowrap" tooltipId="udapp_udappSolScanTooltip" tooltipText={<FormattedMessage id="udapp.tooltipTextSolScan" />}>
<i className="fas fa-qrcode btn btn-sm p-0"></i>
</CustomTooltip>
</div>
{ props.isPinnedContract && props.instance.pinnedAt ? (
<div className="d-flex" data-id="instanceContractPinnedAt">

Loading…
Cancel
Save