Skip to content

Commit

Permalink
Fixed Google button text (#4713)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem <Artem Slugin>
  • Loading branch information
attemka authored Aug 21, 2023
1 parent 9d66518 commit 6178ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const GoogleButton = ({ label, ...rest }: GoogleButtonProps) => {
<IconContainer>
<SvgGoogleSmallLogo />
</IconContainer>
<span>Sign in with Google</span>
<span>Sign up with Google</span>
</StyledButton>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const PlaygroundGoogleAuthentication: FC = () => {

return (
<>
<Button onClick={oauthSignIn}>Sign in with Google</Button>
<Button onClick={oauthSignIn}>Sign up with Google</Button>
{code && (
<>
<Text as="h2" variant="h400" margin={{ top: 4 }}>
Expand Down

0 comments on commit 6178ebc

Please sign in to comment.