Skip to content

Commit

Permalink
disable upload button on bottom bar (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroxso committed Aug 4, 2024
1 parent eb48c2b commit 33ff3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lumina/components/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 33ff3da

Please sign in to comment.