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