mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
@@ -1,4 +1,4 @@
|
||||
import Link from 'next/link'
|
||||
import SmartLink from '@/components/SmartLink'
|
||||
|
||||
/**
|
||||
* 旧的普通菜单
|
||||
@@ -9,12 +9,12 @@ export const NormalMenuItem = props => {
|
||||
const { link } = props
|
||||
return (
|
||||
link?.show && (
|
||||
<Link
|
||||
<SmartLink
|
||||
href={link.href}
|
||||
key={link.href}
|
||||
className='px-2 md:pl-0 md:mr-3 my-4 md:pr-3 text-gray-700 dark:text-gray-200 no-underline md:border-r border-gray-light'>
|
||||
{link.name}
|
||||
</Link>
|
||||
</SmartLink>
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user