diff --git a/apps/dokploy/components/dashboard/project/add-template.tsx b/apps/dokploy/components/dashboard/project/add-template.tsx index 8a5a4c98..3a97b097 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 ebc1b1f9..5f6add3e 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 && } ))}