diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 57e34ac6..bfcfd241 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -409,7 +409,9 @@ export default function Dashboard() {
- {project.status?.replace('_', ' ').toUpperCase()} • {project.technologies?.slice(0, 2).join(', ') || 'No tech specified'} + {project.status?.replace("_", " ").toUpperCase()} •{" "} + {project.technologies?.slice(0, 2).join(", ") || + "No tech specified"}