diff --git a/packages/atlas/src/components/_buttons/GoogleButton/GoogleButton.tsx b/packages/atlas/src/components/_buttons/GoogleButton/GoogleButton.tsx
index 572b238944..0313a97811 100644
--- a/packages/atlas/src/components/_buttons/GoogleButton/GoogleButton.tsx
+++ b/packages/atlas/src/components/_buttons/GoogleButton/GoogleButton.tsx
@@ -13,7 +13,7 @@ export const GoogleButton = ({ label, ...rest }: GoogleButtonProps) => {
- Sign in with Google
+ Sign up with Google
)
}
diff --git a/packages/atlas/src/views/playground/Playgrounds/PlaygroundGoogleAuthentication.tsx b/packages/atlas/src/views/playground/Playgrounds/PlaygroundGoogleAuthentication.tsx
index 263604c543..1bbc0fd562 100644
--- a/packages/atlas/src/views/playground/Playgrounds/PlaygroundGoogleAuthentication.tsx
+++ b/packages/atlas/src/views/playground/Playgrounds/PlaygroundGoogleAuthentication.tsx
@@ -31,7 +31,7 @@ export const PlaygroundGoogleAuthentication: FC = () => {
return (
<>
-
+
{code && (
<>