refactor: main layout

This commit is contained in:
Mahyar Khanbolooki
2025-08-12 16:57:33 +03:30
parent c5efa495a2
commit 9035a03f19
2 changed files with 25 additions and 17 deletions
+7 -4
View File
@@ -156,12 +156,15 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
)
})}
<li className="mt-4 h-6">
<SideMenuItem
<SideMenuItem
className='pr-7'
href={''}
title={''}
href={''}
title={''}
icon={<></>}>
<NightModeSwitch checked={nightModeState} onClick={togglenightModeState} />
<NightModeSwitch
checked={nightModeState}
onClick={togglenightModeState}
/>
</SideMenuItem>
</li>
</ul>