mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-19 07:26:50 +00:00
theme-game 调整
This commit is contained in:
@@ -5,7 +5,8 @@ import Logo from './Logo'
|
||||
* 顶栏
|
||||
* @returns
|
||||
*/
|
||||
export default function Header({ siteInfo }) {
|
||||
export default function Header(props) {
|
||||
const { siteInfo } = props
|
||||
const { setSideBarVisible } = useGameGlobal()
|
||||
return (
|
||||
<header className='z-20'>
|
||||
|
||||
Reference in New Issue
Block a user