diff --git a/package.json b/package.json index d5f5e56..cfcaeea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.5.9", + "version": "1.5.10", "type": "module", "private": false, "access": "public", diff --git a/src/components/ui/NeynarAuthButton/AuthDialog.tsx b/src/components/ui/NeynarAuthButton/AuthDialog.tsx index a458ab4..b0a117d 100644 --- a/src/components/ui/NeynarAuthButton/AuthDialog.tsx +++ b/src/components/ui/NeynarAuthButton/AuthDialog.tsx @@ -118,7 +118,7 @@ export function AuthDialog({ const content = getStepContent(); return ( -
+

@@ -204,7 +204,7 @@ export function AuthDialog({ 'https://farcaster.xyz/~/connect' ), '_blank' - ) + ); } }} className="btn btn-outline flex items-center justify-center gap-2 w-full"