fix: update template logo URL to use the new domain for consistency

This commit is contained in:
Mauricio Siu 2025-03-15 13:22:47 -06:00
parent 3b737ca55b
commit 27f6c945e0

View File

@ -324,7 +324,7 @@ export const AddTemplate = ({ projectId, baseUrl }: Props) => {
)}
>
<img
src={`${customBaseUrl || "https://dokploy.github.io/templates"}/blueprints/${template.id}/${template.logo}`}
src={`${customBaseUrl || "https://templates.dokploy.com/"}/blueprints/${template.id}/${template.logo}`}
className={cn(
"object-contain",
viewMode === "detailed" ? "size-24" : "size-16",