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 */}