From 152b2e1a5d4592870d44ffb0fedb0a1b09f6d64a Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:55:27 -0600 Subject: [PATCH] refactor(templates): replace Github icon with custom GithubIcon component - Update icon import to use custom GithubIcon from data-tools-icons - Remove redundant Github icon import - Maintain consistent icon styling and component usage --- apps/dokploy/components/dashboard/project/add-template.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 759c7ade3..e2e64e4df 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -1,3 +1,4 @@ +import { GithubIcon } from "@/components/icons/data-tools-icons"; import { AlertBlock } from "@/components/shared/alert-block"; import { AlertDialog, @@ -57,7 +58,6 @@ import { BookText, CheckIcon, ChevronsUpDown, - Github, Globe, HelpCircle, LayoutGrid, @@ -377,7 +377,7 @@ export const AddTemplate = ({ projectId, baseUrl }: Props) => { target="_blank" className="text-muted-foreground hover:text-foreground transition-colors" > - + {template.links.website && (