mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 23:16:49 +00:00
新增Logo;新增bio配置项
This commit is contained in:
@@ -53,7 +53,9 @@ const BaseLayout = ({
|
||||
|
||||
<>{headerSlot}</>
|
||||
|
||||
<main id='wrapper' className='flex justify-center flex-1 mx-auto md:pt-14 pb-12'>
|
||||
<div className='h-0.5 w-full bg-gray-700 dark:bg-gray-600'></div>
|
||||
|
||||
<main id='wrapper' className='flex justify-center flex-1 mx-auto pb-12'>
|
||||
<SideAreaLeft targetRef={targetRef} post={post} posts={totalPosts} tags={tags} currentSearch={currentSearch} currentTag={currentTag} categories={categories} currentCategory={currentCategory}/>
|
||||
<section id='center' className='flex-grow mt-14 md:mt-0 max-w-5xl min-h-screen' ref={targetRef}>
|
||||
{onLoading
|
||||
|
||||
Reference in New Issue
Block a user