From d959f59c2dfee835cf3de370644cb9336f073c01 Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Sat, 12 Jul 2025 13:36:28 +0700 Subject: [PATCH] fix(typo): double space --- .../settings/git/show-git-providers.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx b/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx index 35d9ef0d7..bd7e5443e 100644 --- a/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx +++ b/apps/dokploy/components/dashboard/settings/git/show-git-providers.tsx @@ -53,7 +53,7 @@ export const ShowGitProviders = () => { return (
- +
@@ -73,14 +73,14 @@ export const ShowGitProviders = () => { ) : ( <> {data?.length === 0 ? ( -
+
Create your first Git Provider
-
+
@@ -90,13 +90,13 @@ export const ShowGitProviders = () => {
) : ( -
+
Available Providers
-
+
@@ -158,7 +158,7 @@ export const ShowGitProviders = () => {
{!haveGithubRequirements && isGithub && ( -
+
{
)} {haveGithubRequirements && isGithub && ( -
+
{
)} {!haveGitlabRequirements && isGitlab && ( -
+