From 8c86151c94c7c8e9c1a027e3b7d598a8353bf0d0 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 8 Oct 2021 14:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=E4=BE=A7=E8=BE=B9sticky=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SideBar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 && ( -
+
)}