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