mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Clean up
This commit is contained in:
@@ -48,7 +48,9 @@ export default function Navbar() {
|
||||
</div>
|
||||
<hr />
|
||||
<SideSheet
|
||||
title={<img src={logo} alt="logo" className="sm:h-[32px]" />}
|
||||
title={
|
||||
<img src={logo} alt="logo" className="sm:h-[32px] md:h-[42px]" />
|
||||
}
|
||||
visible={openMenu}
|
||||
onCancel={() => setOpenMenu(false)}
|
||||
width={window.innerWidth}
|
||||
|
||||
Reference in New Issue
Block a user