From 607a5344c25dc0d9156c87101d38175dc5966c0b Mon Sep 17 00:00:00 2001 From: "IceHe.xyz" Date: Mon, 7 Mar 2022 13:49:57 +0800 Subject: [PATCH] chore(core): add TODO comments for adding the real connector logo URL (#330) --- packages/core/src/connectors/aliyun-dm/index.ts | 1 + packages/core/src/connectors/aliyun-sms/index.ts | 1 + packages/core/src/connectors/github/index.ts | 1 + packages/core/src/connectors/google/index.ts | 1 + 4 files changed, 4 insertions(+) diff --git a/packages/core/src/connectors/aliyun-dm/index.ts b/packages/core/src/connectors/aliyun-dm/index.ts index 569710f97..131a233fe 100644 --- a/packages/core/src/connectors/aliyun-dm/index.ts +++ b/packages/core/src/connectors/aliyun-dm/index.ts @@ -18,6 +18,7 @@ export const metadata: ConnectorMetadata = { en: 'Aliyun Direct Mail', zh_CN: '阿里云邮件推送', }, + // TODO: add the real logo URL (LOG-1823) logo: './logo.png', description: { en: 'A simple and efficient email service to help you send transactional notifications and batch email.', diff --git a/packages/core/src/connectors/aliyun-sms/index.ts b/packages/core/src/connectors/aliyun-sms/index.ts index 270b31d83..222d5de17 100644 --- a/packages/core/src/connectors/aliyun-sms/index.ts +++ b/packages/core/src/connectors/aliyun-sms/index.ts @@ -18,6 +18,7 @@ export const metadata: ConnectorMetadata = { en: 'Aliyun Short Message Service', zh_CN: '阿里云短信服务', }, + // TODO: add the real logo URL (LOG-1823) logo: './logo.png', description: { en: 'Short Message Service (SMS) has a batch sending feature and various API operations to send one-time password (OTP) messages, notification messages, and promotional messages to customers.', diff --git a/packages/core/src/connectors/github/index.ts b/packages/core/src/connectors/github/index.ts index 5931ca1d8..efa70f20d 100644 --- a/packages/core/src/connectors/github/index.ts +++ b/packages/core/src/connectors/github/index.ts @@ -22,6 +22,7 @@ export const metadata: ConnectorMetadata = { en: 'Sign In with GitHub', zh_CN: 'GitHub登录', }, + // TODO: add the real logo URL (LOG-1823) logo: './logo.png', description: { en: 'Sign In with GitHub', diff --git a/packages/core/src/connectors/google/index.ts b/packages/core/src/connectors/google/index.ts index a460bf074..58a0aa7bc 100644 --- a/packages/core/src/connectors/google/index.ts +++ b/packages/core/src/connectors/google/index.ts @@ -28,6 +28,7 @@ export const metadata: ConnectorMetadata = { en: 'Sign In with Google', zh_CN: 'Google登录', }, + // TODO: add the real logo URL (LOG-1823) logo: './logo.png', description: { en: 'Sign In with Google',