Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #594 from SELab-2/fix_typo_gh
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
FKD13 authored May 22, 2022
2 parents 929f9e0 + 31bfefb commit 45718d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SocialButtons(props: { edition: string; uuid: string })
return (
<SocialsContainer>
<Socials>
<GithubLoginButton text="Register with Github" onClick={githubRegister} />
<GithubLoginButton text="Register with GitHub" onClick={githubRegister} />
</Socials>
</SocialsContainer>
);
Expand Down

0 comments on commit 45718d5

Please sign in to comment.