From b0c710aa9274331557c68777276bd040e822ed25 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Wed, 5 Mar 2025 21:25:11 +0700 Subject: [PATCH] Tab instead space --- apps/dokploy/components/dashboard/project/add-template.tsx | 2 +- apps/dokploy/components/shared/breadcrumb-sidebar.tsx | 2 +- 2 files 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 8a5a4c98c..3a97b0979 100644 --- a/apps/dokploy/components/dashboard/project/add-template.tsx +++ b/apps/dokploy/components/dashboard/project/add-template.tsx @@ -384,7 +384,7 @@ export const AddTemplate = ({ projectId }: Props) => { > If no server is selected, the application will be - deployed on the server where the user is logged in. + deployed on the server where the user is logged in. diff --git a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx index ebc1b1f92..5f6add3ec 100644 --- a/apps/dokploy/components/shared/breadcrumb-sidebar.tsx +++ b/apps/dokploy/components/shared/breadcrumb-sidebar.tsx @@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => { )} - {_index + 1 < list.length && } + {_index + 1 < list.length && } ))}