Skip to content

Commit

Permalink
hot fix XD
Browse files Browse the repository at this point in the history
  • Loading branch information
emengweb committed Oct 13, 2023
1 parent 0de4896 commit 74a3d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/nav/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const MenuItem = ({ link }) => {
</a>
</div>
))
}git fetch origin
}
</Collapse>
</>

Expand Down
4 changes: 2 additions & 2 deletions themes/nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const LayoutBase = (props) => {
return (
<ThemeGlobalNav.Provider value={{ tocVisible, changeTocVisible, filteredNavPages, setFilteredNavPages, allNavPages, pageNavVisible, changePageNavVisible, categoryOptions }}>
<CommonHead meta={meta}/>
<Head>
{/* <Head>
<script>
// Stack - 自动将数据库卡片视图下的卡片链接替换为网址
// 获取所有的notion-collection-card元素
Expand Down Expand Up @@ -130,7 +130,7 @@ const LayoutBase = (props) => {
// observer.disconnect(); // 停止监听body元素的变化
// observer.observe(document.body, {childList: true, subtree: true}); // 重新开始监听body元素的变化
</script>
</Head>
</Head> */}
<Style/>

<div id='theme-onenav' className=' dark:bg-hexo-black-gray w-full h-screen min-h-screen justify-center dark:text-gray-300'>
Expand Down

0 comments on commit 74a3d83

Please sign in to comment.