diff --git a/packages/frontend/src/components/projects/create/ConnectAccount.tsx b/packages/frontend/src/components/projects/create/ConnectAccount.tsx index fce5601..3d55086 100644 --- a/packages/frontend/src/components/projects/create/ConnectAccount.tsx +++ b/packages/frontend/src/components/projects/create/ConnectAccount.tsx @@ -12,6 +12,7 @@ import { } from 'components/shared/CustomIcon'; import { useToast } from 'components/shared/Toast'; import { IconWithFrame } from 'components/shared/IconWithFrame'; +import { Heading } from 'components/shared/Heading'; const SCOPES = 'repo user'; const GITHUB_OAUTH_URL = `https://github.com/login/oauth/authorize?client_id=${ @@ -55,9 +56,9 @@ const ConnectAccount: React.FC = ({ {/** Text */}
-

+ Connect to your Git account -

+

Once connected, you can import a repository from your account or start with one of our templates.