remove settings on navbar (for now)
All checks were successful
deploy / deploy (push) Successful in 1m10s
All checks were successful
deploy / deploy (push) Successful in 1m10s
This commit is contained in:
parent
cf75dfb06d
commit
d769b0d15e
@ -44,12 +44,12 @@ export default function Navbar() {
|
|||||||
icon={<MagnifyingGlassIcon height={23} width={23} />}
|
icon={<MagnifyingGlassIcon height={23} width={23} />}
|
||||||
href="/search"
|
href="/search"
|
||||||
/>
|
/>
|
||||||
<NavbarButton
|
{/* <NavbarButton
|
||||||
ariaLabel="View your settings"
|
ariaLabel="View your settings"
|
||||||
text="Settings"
|
text="Settings"
|
||||||
icon={<CogIcon height={23} width={23} />}
|
icon={<CogIcon height={23} width={23} />}
|
||||||
href="/settings"
|
href="/settings"
|
||||||
/>
|
/> */}
|
||||||
</Card>
|
</Card>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user