From 3c025ec5bce34159a4f4d9be486877b7aceb3892 Mon Sep 17 00:00:00 2001 From: Dhruvil Moradiya Date: Fri, 16 Jan 2026 12:00:33 +0530 Subject: [PATCH] fix(builder): add `title` attribute to template card Adds `title` attribute to the TemplateCard to show the truncated description on hover --- src/components/builder/config/TemplatePicker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/builder/config/TemplatePicker.tsx b/src/components/builder/config/TemplatePicker.tsx index 2f7c87c5..4695234c 100644 --- a/src/components/builder/config/TemplatePicker.tsx +++ b/src/components/builder/config/TemplatePicker.tsx @@ -268,6 +268,7 @@ function TemplateCard({ : 'border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 bg-white dark:bg-gray-800', isLoading && 'opacity-50 cursor-wait', )} + title={description} >