enable upload on bottom bar

This commit is contained in:
mroxso
2024-08-04 23:56:19 +02:00
parent a7b5ffd501
commit ca275289f0

View File

@@ -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>