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}