From 3a040dd794d7a02a9e6b6e197da86b335a8cc51c Mon Sep 17 00:00:00 2001 From: tangly Date: Sun, 5 Dec 2021 13:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=8F=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TopNav.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/TopNav.js b/components/TopNav.js index db4ceee6..2dcdb6a1 100644 --- a/components/TopNav.js +++ b/components/TopNav.js @@ -4,6 +4,7 @@ import SideBarDrawer from '@/components/SideBarDrawer' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faBars } from '@fortawesome/free-solid-svg-icons' import BLOG from '@/blog.config' +import Link from 'next/link' const TopNav = ({ tags, currentTag, post, posts, currentSearch, categories, currentCategory }) => { const drawer = useRef() @@ -26,7 +27,11 @@ const TopNav = ({ tags, currentTag, post, posts, currentSearch, categories, curr {/* 中间搜索框 */}
- {BLOG.title} | {BLOG.description} + +
+ {BLOG.title} | {BLOG.description} +
+
{/* 右侧功能 */}