mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-06 10:41:20 +02:00
enable upload in bottom bar
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('/global', pathname)}`} href="/global">
|
||||
<GlobeIcon className={`h-6 w-6`} />
|
||||
<span className="sr-only">Global</span>
|
||||
|
||||
Reference in New Issue
Block a user