From 33ff3daf8a1995bb8a83166490ff068f9176c21a Mon Sep 17 00:00:00 2001
From: mroxso <24775431+mroxso@users.noreply.github.com>
Date: Sun, 4 Aug 2024 17:26:28 +0200
Subject: [PATCH] disable upload button on bottom bar (for now)
---
lumina/components/BottomBar.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lumina/components/BottomBar.tsx b/lumina/components/BottomBar.tsx
index 0dee703..b757147 100644
--- a/lumina/components/BottomBar.tsx
+++ b/lumina/components/BottomBar.tsx
@@ -47,12 +47,12 @@ export default function BottomBar() {
Follower Feed
)}
- {pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && (
+ {/* {pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && (
Upload
- )}
+ )} */}
Search