From 7d882b3df5b0978da52bbcc3ebf9b42213daf908 Mon Sep 17 00:00:00 2001 From: MD Mahbub Hasan Date: Mon, 28 Oct 2024 01:40:26 +0600 Subject: [PATCH] style(ui): update template selection view --- apps/dokploy/components/dashboard/project/add-template.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index cf0f7e03..2062c9d7 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -54,6 +54,7 @@ import { cn } from "@/lib/utils"; import { api } from "@/utils/api"; import { ScrollArea } from "@radix-ui/react-scroll-area"; import { + BookText, CheckIcon, ChevronsUpDown, Code, @@ -249,7 +250,7 @@ export const AddTemplate = ({ projectId }: Props) => { "text-sm text-muted-foreground p-3 rounded-full hover:bg-border items-center flex transition-colors" } > - + )} { -

+

{template.description}