mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 18:21:34 +02:00
add global feed to bottom bar
This commit is contained in:
@@ -53,6 +53,10 @@ export default function BottomBar() {
|
||||
<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>
|
||||
</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