remove settings on navbar (for now)
All checks were successful
deploy / deploy (push) Successful in 1m10s

This commit is contained in:
Lee 2023-11-26 14:31:18 +00:00
parent cf75dfb06d
commit d769b0d15e

@ -44,12 +44,12 @@ export default function Navbar() {
icon={<MagnifyingGlassIcon height={23} width={23} />}
href="/search"
/>
<NavbarButton
{/* <NavbarButton
ariaLabel="View your settings"
text="Settings"
icon={<CogIcon height={23} width={23} />}
href="/settings"
/>
/> */}
</Card>
</>
);