|
|
|
@ -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> |
|
|
|
|