diff --git a/components/SideBar.js b/components/SideBar.js index 397be453..0690788e 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -45,7 +45,7 @@ const SideBar = ({ tags, currentTag, post }) => { className={(collapse ? '-ml-80 ' : 'shadow-2xl xl:shadow-none ') + ' dark:bg-gray-800 bg-white sidebar h-full w-72 duration-500 ease-in-out'}> {/* Logo */} -
+
{BLOG.title}
@@ -55,7 +55,7 @@ const SideBar = ({ tags, currentTag, post }) => {
{/* 搜索框 */} -
+
{
{/* wrapper */} -
+
{/* 菜单 */}
{post && ( -
+
)}