remove icon from violation page title
This commit is contained in:
@@ -9,7 +9,7 @@ export default function ViolationPageTitle({ fileInfo }: { fileInfo: FileDetails
|
||||
|
||||
return (
|
||||
<div className="page-title-color-frame violation-page">
|
||||
<div
|
||||
{/* <div
|
||||
className="violation-page-icon"
|
||||
>
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function ViolationPageTitle({ fileInfo }: { fileInfo: FileDetails
|
||||
<IconEyeDashed />
|
||||
)}
|
||||
|
||||
</div>
|
||||
</div> */}
|
||||
<h1>
|
||||
{t('file-name')}: {fileInfo?.fileName ? fileInfo.fileName : '#'}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user