diff --git a/libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx b/libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx index ccdd31700a..e38a4daaf1 100644 --- a/libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx +++ b/libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx @@ -701,20 +701,20 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { hints.filter((x) => x.type === "error").length > 0 ? `badge-danger` : "badge-warning" - } rounded-circle ml-1 text-center`} + } badge-pill mx-1 ml-1 text-center`} > {hintErrors.length} ) : ( - x.type === "error").length > 0 ? `badge-danger` : "badge-warning" - } rounded-circle ml-1 text-center`} + } badge-pill ml-1 text-center`} > {hints.length} - + ) ) : null} @@ -797,25 +797,25 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { Slither {slitherWarnings.length > 0 ? ( hideWarnings ? ( - + {slitherErrors.length} - + ) : showLibsWarning && !hideWarnings ? ( - 0 ? `badge-danger` : "badge-warning" } badge-pill mx-1 ml-1 text-center`} > {slitherWarnings.length} - + ) : ( - 0 ? `badge-danger` : "badge-warning" } badge-pill mx-1 ml-1 text-center`} > {noLibSlitherWarnings.length} - + ) ) : null}