mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 07:26:46 +00:00
@@ -1,5 +1,5 @@
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import Link from 'next/link'
|
||||
import SmartLink from '@/components/SmartLink'
|
||||
import { MenuList } from './MenuList'
|
||||
|
||||
/**
|
||||
@@ -11,11 +11,11 @@ export const Header = props => {
|
||||
return (
|
||||
<header className='w-full px-6 bg-white dark:bg-black relative z-20'>
|
||||
<div className='mx-auto max-w-4xl md:flex justify-between items-center'>
|
||||
<Link
|
||||
<SmartLink
|
||||
href='/'
|
||||
className='logo py-6 w-full text-center md:text-left md:w-auto text-gray-dark no-underline flex justify-center items-center'>
|
||||
{siteConfig('TITLE')}
|
||||
</Link>
|
||||
</SmartLink>
|
||||
<div className='w-full md:w-auto text-center md:text-right'>
|
||||
{/* 右侧文字 */}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user