remove logo from topbar

This commit is contained in:
hamid zarghami
2025-12-15 14:46:12 +03:30
parent ecfaa596c9
commit 64f1629892
+2 -2
View File
@@ -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} /> */}