fix button text

pull/5370/head
Joseph Izang 2 years ago
parent 77e4234b2e
commit 2ecaab9feb
  1. 2
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -1070,7 +1070,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
</div> </div>
{state.data && state.file.length > 0 && state.source ? ( {state.data && state.file.length > 0 && state.source ? (
<Button <Button
buttonText={`Analyse ${state.file}`} buttonText={`Analyze ${state.file}`}
classList="btn btn-sm btn-primary btn-block" classList="btn btn-sm btn-primary btn-block"
onClick={async () => { onClick={async () => {
await run( await run(

Loading…
Cancel
Save