mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
fix media styling on mobile
This commit is contained in:
@@ -107,7 +107,7 @@ export function HeaderNavigation() {
|
||||
function SidebarToggler() {
|
||||
const toggle = appShellStore((store) => store.toggleSidebar);
|
||||
const open = appShellStore((store) => store.sidebarOpen);
|
||||
return <IconButton size="lg" Icon={open ? TbX : TbMenu2} onClick={toggle} />;
|
||||
return <IconButton id="toggle-sidebar" size="lg" Icon={open ? TbX : TbMenu2} onClick={toggle} />;
|
||||
}
|
||||
|
||||
export function Header({ hasSidebar = true }) {
|
||||
|
||||
Reference in New Issue
Block a user