diff --git a/src/app/components/ConnectorForm/index.tsx b/src/app/components/ConnectorForm/index.tsx index dd800c30dc..920aa8caa9 100644 --- a/src/app/components/ConnectorForm/index.tsx +++ b/src/app/components/ConnectorForm/index.tsx @@ -72,7 +72,7 @@ function ConnectorForm({ {media} {description && ( -
{description}
) : ( diff --git a/src/app/screens/connectors/ConnectGaloy/index.tsx b/src/app/screens/connectors/ConnectGaloy/index.tsx index 93c3be66d7..3cf2fe8ae1 100644 --- a/src/app/screens/connectors/ConnectGaloy/index.tsx +++ b/src/app/screens/connectors/ConnectGaloy/index.tsx @@ -168,26 +168,31 @@ export default function ConnectGaloy(props: Props) { submitLabel={t("galoy.actions.login")} submitLoading={loading} onSubmit={loginWithJwt} + description={ +