update text

pull/4735/head
aniket-engg 6 months ago
parent ca8c468827
commit 21b177d183
  1. 2
      libs/remix-ui/run-tab/src/lib/components/solScanTable.tsx

@ -13,7 +13,7 @@ export function SolScanTable(props: SolScanTableProps) {
return (
<>
<p>Scanning successful! <b>{scanDetails.length} warnings </b> found for file: <b>{fileName}</b></p>
<p>See the warning details below. For more details, <a href="https://solidityscan.com/signup" target='blank'>Sign up with SolidityScan</a></p>
<p>See the warning details below. For more details, <a href="https://solidityscan.com/signup" target='blank'>Go to SolidityScan</a></p>
<table className="table table-bordered table-hover">
<thead>
<tr>

Loading…
Cancel
Save