mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
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
This commit is contained in:
parent
19827fce84
commit
152b2e1a5d
@ -1,3 +1,4 @@
|
|||||||
|
import { GithubIcon } from "@/components/icons/data-tools-icons";
|
||||||
import { AlertBlock } from "@/components/shared/alert-block";
|
import { AlertBlock } from "@/components/shared/alert-block";
|
||||||
import {
|
import {
|
||||||
AlertDialog,
|
AlertDialog,
|
||||||
@ -57,7 +58,6 @@ import {
|
|||||||
BookText,
|
BookText,
|
||||||
CheckIcon,
|
CheckIcon,
|
||||||
ChevronsUpDown,
|
ChevronsUpDown,
|
||||||
Github,
|
|
||||||
Globe,
|
Globe,
|
||||||
HelpCircle,
|
HelpCircle,
|
||||||
LayoutGrid,
|
LayoutGrid,
|
||||||
@ -377,7 +377,7 @@ export const AddTemplate = ({ projectId, baseUrl }: Props) => {
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||||
>
|
>
|
||||||
<Github className="size-5" />
|
<GithubIcon className="size-5" />
|
||||||
</Link>
|
</Link>
|
||||||
{template.links.website && (
|
{template.links.website && (
|
||||||
<Link
|
<Link
|
||||||
|
Loading…
Reference in New Issue
Block a user