Update src/components/ui/NeynarAuthButton/AuthDialog.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Manan 2025-07-11 16:26:20 -07:00 committed by GitHub
parent 5724c92b88
commit 73617a18f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,9 +25,9 @@ export function AuthDialog({
switch (step) {
case 'signin':
return {
title: 'Signin',
title: 'Sign in',
description:
"To signin, scan the code below with your phone's camera.",
"To sign in, scan the code below with your phone's camera.",
showQR: true,
qrUrl: url,
showOpenButton: true,