Commit 5a6953c9 authored by tizah's avatar tizah Committed by GitHub

removed icon: fas fa-angle-double-right from each category display name

parent 9b3eda8e
...@@ -288,9 +288,6 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { ...@@ -288,9 +288,6 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
data-bs-target={`#heading${categoryId}`} data-bs-target={`#heading${categoryId}`}
> >
{category[0].categoryDisplayName} {category[0].categoryDisplayName}
<div>
<i className="fas fa-angle-double-right"></i>
</div>
</label> </label>
} }
expand={true} expand={true}
......
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