From 66567c8f2bac48235456c4943babcd70689f4f39 Mon Sep 17 00:00:00 2001 From: Michiel Crefcoeur Date: Mon, 16 Sep 2024 18:45:22 +0000 Subject: [PATCH] obey formatting even though it looks weird --- apps/dokploy/components/dashboard/project/add-template.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 2467f91f..1bc78f48 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -264,7 +264,9 @@ export const AddTemplate = ({ projectId }: Props) => { Are you absolutely sure? - This will create an application from the {template.name} template and add it to your project. + This will create an application from the{" "} + {template.name} template and add it to your + project.