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]" />