mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 02:01:47 +02:00
disable upload button on bottom bar (for now)
This commit is contained in:
@@ -47,12 +47,12 @@ export default function BottomBar() {
|
||||
<span className="sr-only">Follower Feed</span>
|
||||
</Link>
|
||||
)}
|
||||
{pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && (
|
||||
{/* {pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && (
|
||||
<Link className={`flex flex-col items-center justify-center w-full text-xs gap-1 px-4 ${isActive('/upload', pathname)}`} href="/upload">
|
||||
<UploadIcon className={`h-6 w-6`} />
|
||||
<span className="sr-only">Upload</span>
|
||||
</Link>
|
||||
)}
|
||||
)} */}
|
||||
<Link className={`flex flex-col items-center justify-center w-full text-xs gap-1 px-4 ${isActive('/search', pathname)}`} href="/search">
|
||||
<SearchIcon className={`h-6 w-6`} />
|
||||
<span className="sr-only">Search</span>
|
||||
|
||||
Reference in New Issue
Block a user