mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-12 08:10:20 +00:00
show discover in navigation again
This commit is contained in:
parent
5b721dd1f6
commit
f371c0d5fe
1 changed files with 0 additions and 2 deletions
|
|
@ -101,7 +101,6 @@ export function Navigation(props: NavigationProps) {
|
|||
>
|
||||
<IconPatch icon={Icons.DISCORD} clickable downsized />
|
||||
</a>
|
||||
{/*
|
||||
<a
|
||||
onClick={() => handleClick("/discover")}
|
||||
rel="noreferrer"
|
||||
|
|
@ -109,7 +108,6 @@ export function Navigation(props: NavigationProps) {
|
|||
>
|
||||
<IconPatch icon={Icons.RISING_STAR} clickable downsized />
|
||||
</a>
|
||||
*/}
|
||||
</div>
|
||||
<div className="relative pointer-events-auto">
|
||||
<LinksDropdown>
|
||||
|
|
|
|||
Loading…
Reference in a new issue