topNav empty

This commit is contained in:
tangly1024
2023-06-24 13:00:47 +08:00
parent 5f504f5106
commit c54d248296

View File

@@ -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}>