From 8de3f598b740762ff9afadf7a92a3689af9c7ef6 Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Mon, 14 Jul 2025 16:35:22 +0530 Subject: [PATCH] Show modal on top --- package.json | 2 +- src/components/ui/NeynarAuthButton/AuthDialog.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"