From e26e81978e37d789906aa5b2704d228367926eaa Mon Sep 17 00:00:00 2001 From: Evgeny Shurakov Date: Wed, 4 Feb 2026 09:30:13 +0100 Subject: [PATCH] AppBuilder - Make entire project card clickable Migrated from Kilo-Org/kilocode-backend#4703 --- .../app-builder/AppBuilderLanding.tsx | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/app-builder/AppBuilderLanding.tsx b/src/components/app-builder/AppBuilderLanding.tsx index 2c3d1b810d..0cee18741e 100644 --- a/src/components/app-builder/AppBuilderLanding.tsx +++ b/src/components/app-builder/AppBuilderLanding.tsx @@ -114,17 +114,21 @@ function ProjectCard({ return ( <> - + +
- - {project.title} - + + {project.title} +
- -
- - {timeAgo} -
- +
+ + {timeAgo} +