diff --git a/apps/dokploy/components/dashboard/settings/git/github/add-github-provider.tsx b/apps/dokploy/components/dashboard/settings/git/github/add-github-provider.tsx index 3b22bc7af..83a4c8b42 100644 --- a/apps/dokploy/components/dashboard/settings/git/github/add-github-provider.tsx +++ b/apps/dokploy/components/dashboard/settings/git/github/add-github-provider.tsx @@ -120,10 +120,11 @@ export const AddGithubProvider = () => { : "https://github.com/settings/installations" } className={`text-muted-foreground text-sm hover:underline duration-300 - ${isOrganization && !organizationName - ? "pointer-events-none opacity-50" - : "" - }`} + ${ + isOrganization && !organizationName + ? "pointer-events-none opacity-50" + : "" + }`} target="_blank" rel="noopener noreferrer" >