mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
topNav empty
This commit is contained in:
@@ -38,10 +38,6 @@ export default function TopNavBar(props) {
|
||||
links = customMenu
|
||||
}
|
||||
|
||||
if (!links || links.length === 0) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<div id='top-nav' className={'fixed top-0 w-full z-40 ' + className}>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user