diff --git a/components/dashboard/src/settings/Integrations.tsx b/components/dashboard/src/settings/Integrations.tsx index 56c0d1019b5d96..f657b909b20ad2 100644 --- a/components/dashboard/src/settings/Integrations.tsx +++ b/components/dashboard/src/settings/Integrations.tsx @@ -22,7 +22,7 @@ import { SelectAccountModal } from "./SelectAccountModal"; export default function Integrations() { return (
- +
@@ -227,7 +227,7 @@ function GitProviders() { return (
{selectAccountModal && ( - setSelectAccountModal(undefined)} /> + setSelectAccountModal(undefined)} /> )} {diconnectModal && ( @@ -277,8 +277,8 @@ function GitProviders() { )} -

Git Providers

-

Manage permissions for git providers.

+

Git Providers

+

Manage permissions for git providers.

{authProviders && authProviders.map(ap => (
@@ -302,7 +302,7 @@ function GitProviders() {
- Actions + Actions
@@ -384,11 +384,11 @@ function GitIntegrations() {

Manage git integrations for GitLab or GitHub self-hosted instances.

{providers.length !== 0 - ? -
- -
- : null} + ? +
+ +
+ : null}
{providers && providers.length === 0 && ( @@ -415,10 +415,10 @@ function GitIntegrations() {
{ap.host}
-
+
- Actions + Actions