Update project property references to match real data structure
cgen-0bb11751ed0142c1870411c388674ecf
This commit is contained in:
parent
ad9156245b
commit
8fc5a7cbc7
1 changed files with 2 additions and 2 deletions
|
|
@ -407,9 +407,9 @@ export default function Dashboard() {
|
|||
<Rocket className="h-6 w-6 text-aethex-400" />
|
||||
</div>
|
||||
<div>
|
||||
<h4 className="font-semibold">{project.name}</h4>
|
||||
<h4 className="font-semibold">{project.title}</h4>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Due {project.dueDate} • {project.team} team members
|
||||
{project.status?.replace('_', ' ').toUpperCase()} • {project.technologies?.slice(0, 2).join(', ') || 'No tech specified'}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue