Skip to content

Commit 037c5ad

Browse files
committed
Fix GitHub capitalization
1 parent e6352b0 commit 037c5ad

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/CLI/Prompt

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/CLI/Prompt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Prompt({ error, token, loading, username, signIn }) {
2929
You need to sign in with your GitHub account to use the CLI.
3030
</SubTitle>
3131
<Buttons>
32-
<Button onClick={signIn}>Sign in with Github</Button>
32+
<Button onClick={signIn}>Sign in with GitHub</Button>
3333
</Buttons>
3434
</Container>
3535
);

0 commit comments

Comments
 (0)