refactor for file page
This commit is contained in:
@@ -253,7 +253,7 @@ export default function ViolationsTable() {
|
||||
<IconEye />
|
||||
</button> */}
|
||||
<Link
|
||||
href={`/pages/violations/${row.original.fileId}`}
|
||||
href={`/pages/file/${row.original.fileId}`}
|
||||
className="bg-violet-500 hover:bg-violet-600"
|
||||
title={t('view')}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user