From 0468f715d77a205e3a9ffb3341f61225ecda0536 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Tue, 24 Oct 2023 13:00:34 -0400 Subject: [PATCH] adding padding --- app/(app)/(profile)/[npub]/page.tsx | 10 ++++++++-- components/Modals/Login.tsx | 5 +++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/(app)/(profile)/[npub]/page.tsx b/app/(app)/(profile)/[npub]/page.tsx index 1d04ecd..5aacb9a 100644 --- a/app/(app)/(profile)/[npub]/page.tsx +++ b/app/(app)/(profile)/[npub]/page.tsx @@ -161,8 +161,14 @@ export default function ProfilePage({ setActiveTab={(t) => setActiveTab(t.name)} /> - {activeTab === "feed" ? : ""} - {activeTab === "subscriptions" ? : ""} +
+ {activeTab === "feed" ? : ""} + {activeTab === "subscriptions" ? ( + + ) : ( + "" + )} +
); diff --git a/components/Modals/Login.tsx b/components/Modals/Login.tsx index f02ffc1..13cf764 100644 --- a/components/Modals/Login.tsx +++ b/components/Modals/Login.tsx @@ -110,17 +110,18 @@ export default function LoginModal() { Connect with extension
- + setNsec(e.target.value)} placeholder="nsec..." + className="text-[16px]" />