From 73617a18f29171da31df699bbb4a7fbb816cdb87 Mon Sep 17 00:00:00 2001 From: Manan Date: Fri, 11 Jul 2025 16:26:20 -0700 Subject: [PATCH] Update src/components/ui/NeynarAuthButton/AuthDialog.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/components/ui/NeynarAuthButton/AuthDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/NeynarAuthButton/AuthDialog.tsx b/src/components/ui/NeynarAuthButton/AuthDialog.tsx index 724d018..436efb0 100644 --- a/src/components/ui/NeynarAuthButton/AuthDialog.tsx +++ b/src/components/ui/NeynarAuthButton/AuthDialog.tsx @@ -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,