remove logo from topbar
This commit is contained in:
@@ -55,12 +55,12 @@ function TopBar({ profileDropState, toggleProfileDropState, toggleMenuState }: P
|
||||
</div> */}
|
||||
</div>
|
||||
<div className='flex justify-center'>
|
||||
<Image
|
||||
{/* <Image
|
||||
width={73}
|
||||
height={25}
|
||||
alt='Profile avatar'
|
||||
className='rounded-full dark:invert-100'
|
||||
src={'/assets/images/danak-logo.png'} />
|
||||
src={'/assets/images/danak-logo.png'} /> */}
|
||||
</div>
|
||||
<div className='flex items-center justify-end gap-3 xl:gap-6'>
|
||||
{/* <NightModeSwitch checked={nightMode} onClick={toggleNightMode} /> */}
|
||||
|
||||
Reference in New Issue
Block a user