From c5273ff530ca21317a85104323c8735b24c17cc5 Mon Sep 17 00:00:00 2001 From: Andre H Date: Wed, 28 Feb 2024 13:39:50 +0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20use=20IconWith?= =?UTF-8?q?Frame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/projects/create/ConnectAccount.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/frontend/src/components/projects/create/ConnectAccount.tsx b/packages/frontend/src/components/projects/create/ConnectAccount.tsx index 2882ef9c..eede598a 100644 --- a/packages/frontend/src/components/projects/create/ConnectAccount.tsx +++ b/packages/frontend/src/components/projects/create/ConnectAccount.tsx @@ -11,6 +11,7 @@ import { GitTeaIcon, } from 'components/shared/CustomIcon'; import { useToast } from 'components/shared/Toast'; +import { IconWithFrame } from 'components/shared/IconWithFrame'; const SCOPES = 'repo user'; const GITHUB_OAUTH_URL = `https://github.com/login/oauth/authorize?client_id=${ @@ -48,15 +49,9 @@ const ConnectAccount: React.FC = ({
{/** Icons */}
-
-
- -
+ } /> -
-
- -
+ } />
{/** Text */}