mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
landing-2
This commit is contained in:
@@ -58,18 +58,20 @@ const LayoutBase = (props) => {
|
||||
loadExternal()
|
||||
}, [])
|
||||
|
||||
return <div id='theme-landing-2' className="flex flex-col justify-between bg-white dark:bg-black">
|
||||
return <>
|
||||
<Style/>
|
||||
<div id='theme-landing-2' className="flex flex-col justify-between bg-white dark:bg-black">
|
||||
<NavBar/>
|
||||
|
||||
<NavBar/>
|
||||
{children}
|
||||
<Footer/>
|
||||
{children}
|
||||
|
||||
{/* 悬浮按钮 */}
|
||||
<BackToTopButton/>
|
||||
<MadeWithButton/>
|
||||
<Footer/>
|
||||
|
||||
</div>
|
||||
{/* 悬浮按钮 */}
|
||||
<BackToTopButton/>
|
||||
<MadeWithButton/>
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user