mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
optimize theme
This commit is contained in:
@@ -1,20 +1,15 @@
|
||||
import Live2D from '@/components/Live2D'
|
||||
import About from './About'
|
||||
import Announcement from './Announcement'
|
||||
|
||||
export const SideBar = (props) => {
|
||||
const { notice } = props
|
||||
return (
|
||||
<div className="w-full md:w-96 sticky top-8 border-l pl-12 border-gray-100">
|
||||
<div className="w-full max-w-lg sticky top-8 border-l pl-12 border-gray-100">
|
||||
|
||||
<aside>
|
||||
<Announcement post={notice}/>
|
||||
</aside>
|
||||
|
||||
<aside>
|
||||
<About {...props}/>
|
||||
</aside>
|
||||
|
||||
<aside className=" overflow-hidden mb-6">
|
||||
<Live2D />
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user