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