feat: Update task status from 'Backlog' to 'To Do', adjust image source paths, and enhance task rendering in various components
This commit is contained in:
@@ -31,7 +31,7 @@ const columns: GridColDef[] = [
|
||||
<div className="flex h-full w-full items-center justify-center">
|
||||
<div className="h-9 w-9">
|
||||
<Image
|
||||
src={`${params.value}`}
|
||||
src={`/${params.value}`}
|
||||
alt={params.row.username}
|
||||
width={100}
|
||||
height={50}
|
||||
|
||||
Reference in New Issue
Block a user