fallback text

This commit is contained in:
peintnermax
2024-09-12 08:19:07 +02:00
parent 181a1cdfef
commit 623fc086bd

View File

@@ -25,7 +25,7 @@ export const SignInWithApple = forwardRef<
{children ? (
children
) : (
<span className="ml-4">{name ? name : "Sign in with Google"}</span>
<span className="ml-4">{name ? name : "Sign in with Apple"}</span>
)}
</button>
),