update text

pull/4845/head
aniket-engg 5 months ago committed by Aniket
parent 8ea90653de
commit 3220d19954
  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