|
|
|
@ -72,7 +72,7 @@ export const Navbar = () => {
|
|
|
|
<p className='font-bold text-inherit'>Dashboard</p>
|
|
|
|
<p className='font-bold text-inherit'>Dashboard</p>
|
|
|
|
</NextLink>
|
|
|
|
</NextLink>
|
|
|
|
</NavbarBrand>
|
|
|
|
</NavbarBrand>
|
|
|
|
<ul className='ml-2 hidden justify-start gap-4 lg:flex'>
|
|
|
|
<ul className='ml-2 hidden justify-start gap-4 sm:flex'>
|
|
|
|
{siteConfig.navItems.map((item) => (
|
|
|
|
{siteConfig.navItems.map((item) => (
|
|
|
|
<NavbarItem key={item.href}>
|
|
|
|
<NavbarItem key={item.href}>
|
|
|
|
<NextLink
|
|
|
|
<NextLink
|
|
|
|
@ -118,11 +118,10 @@ export const Navbar = () => {
|
|
|
|
<GithubIcon className='text-default-500' />
|
|
|
|
<GithubIcon className='text-default-500' />
|
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
|
<ThemeSwitch />
|
|
|
|
<ThemeSwitch />
|
|
|
|
<NavbarMenuToggle />
|
|
|
|
<NavbarMenuToggle className='' />
|
|
|
|
</NavbarContent>
|
|
|
|
</NavbarContent>
|
|
|
|
|
|
|
|
|
|
|
|
<NavbarMenu>
|
|
|
|
<NavbarMenu>
|
|
|
|
{searchInput}
|
|
|
|
|
|
|
|
<div className='mx-4 mt-2 flex flex-col gap-2'>
|
|
|
|
<div className='mx-4 mt-2 flex flex-col gap-2'>
|
|
|
|
{siteConfig.navMenuItems.map((item, index) => (
|
|
|
|
{siteConfig.navMenuItems.map((item, index) => (
|
|
|
|
<NavbarMenuItem key={`${item}-${index}`}>
|
|
|
|
<NavbarMenuItem key={`${item}-${index}`}>
|
|
|
|
|