From fa56d2717b8bcc91a0a2377354822adef287196d Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Wed, 25 Oct 2023 08:43:29 -0400 Subject: [PATCH] fixing modal and buttons textwrap --- app/(app)/(profile)/[npub]/page.tsx | 2 +- app/_providers/modal/index.tsx | 4 +--- app/_providers/modal/leaflet.tsx | 4 ++-- components/Modals/Template.tsx | 2 +- components/ui/button.tsx | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app/(app)/(profile)/[npub]/page.tsx b/app/(app)/(profile)/[npub]/page.tsx index 5aacb9a..4d7bf97 100644 --- a/app/(app)/(profile)/[npub]/page.tsx +++ b/app/(app)/(profile)/[npub]/page.tsx @@ -93,7 +93,7 @@ export default function ProfilePage({ )} -
+
{currentUser?.pubkey === pubkey && !mySubscription && (