Update site logo to bookmark

master
TZGyn 2 years ago
parent 7260652ebd
commit 4e8b7b317f
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -22,7 +22,7 @@ import clsx from 'clsx'
import { ThemeSwitch } from '@/components/theme-switch' import { ThemeSwitch } from '@/components/theme-switch'
import { GithubIcon, SearchIcon } from '@/components/icons' import { GithubIcon, SearchIcon } from '@/components/icons'
import { Logo } from '@/components/icons' import { Icon } from '@iconify/react'
import NewBookmarkForm from '@/components/newBookmarkForm' import NewBookmarkForm from '@/components/newBookmarkForm'
import { usePathname } from 'next/navigation' import { usePathname } from 'next/navigation'
@ -65,7 +65,10 @@ export const Navbar = () => {
<NextLink <NextLink
className='flex items-center justify-start gap-1' className='flex items-center justify-start gap-1'
href='/'> href='/'>
<Logo /> <Icon
icon={'mdi:bookmark-box'}
fontSize={32}
/>
<p className='font-bold text-inherit'>Dashboard</p> <p className='font-bold text-inherit'>Dashboard</p>
</NextLink> </NextLink>
</NavbarBrand> </NavbarBrand>

Loading…
Cancel
Save