From 8a447c9a6cdb396d0ebc33c676af07d9fb3f5954 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 07:11:23 +0000 Subject: [PATCH] Prettier format pending files --- client/pages/Dashboard.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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.title}

- {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"}

@@ -421,13 +423,16 @@ export default function Dashboard() {