mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
Medium主题顶部导航栏微调
This commit is contained in:
@@ -2,11 +2,9 @@ import BLOG from '@/blog.config'
|
|||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
|
||||||
export default function LogoBar () {
|
export default function LogoBar () {
|
||||||
return <div id='top-wrapper' className='w-full max-w-5xl justify-center mx-auto font-sans'>
|
return <div id='top-wrapper' className='w-full flex items-center font-sans'>
|
||||||
<div className='w-full'>
|
|
||||||
<Link href='/'>
|
<Link href='/'>
|
||||||
<a className='text-2xl dark:text-gray-200'>{BLOG.TITLE}</a>
|
<a className='text-2xl dark:text-gray-200'>{BLOG.TITLE}</a>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user