Commit a448a5fd authored by aniket-engg's avatar aniket-engg Committed by Aniket

suggested changes

parent 6e916f53
...@@ -410,7 +410,9 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -410,7 +410,9 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
label="Enable Slither Analysis" label="Enable Slither Analysis"
onChange={() => {}} onChange={() => {}}
/> />
<a href="https://remix-ide.readthedocs.io/en/latest/slither.html#enable-slither-analysis" target="_blank"><i className="ml-2 fas fa-info" title="Know how to use Slither Analysis"></i></a> <a href="https://remix-ide.readthedocs.io/en/latest/slither.html#enable-slither-analysis" target="_blank">
<i className="ml-3 fas fa-info" title="Know how to use Slither Analysis"></i>
</a>
</div> </div>
</div> </div>
<div id="staticanalysismodules" className="list-group list-group-flush"> <div id="staticanalysismodules" className="list-group list-group-flush">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment