mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 23:16:50 +00:00
侧边菜单隐藏处理
This commit is contained in:
@@ -29,7 +29,7 @@ const MenuButtonGroup = ({ allowCollapse = false }) => {
|
||||
<div className='my-auto w-5 text-2xl justify-center flex'>
|
||||
<i className={'fa ' + link.icon} />
|
||||
</div>
|
||||
<div className={(allowCollapse ? 'hidden xl:block' : '') + ' ml-4 w-32'}>{link.name}</div>
|
||||
<div className={'ml-4 w-32'}>{link.name}</div>
|
||||
</a>
|
||||
)
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user