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:
2024-11-06 17:32:12 +02:00
parent 55e81899ea
commit a06a190574
13 changed files with 120 additions and 46 deletions

View File

@@ -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}