From e5c696b3790bb153c30472e0027af8e8e9f83e35 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 15 Mar 2022 13:32:58 +0800 Subject: [PATCH] =?UTF-8?q?Medium=E4=B8=BB=E9=A2=98=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Medium/components/TopNavBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Medium/components/TopNavBar.js b/themes/Medium/components/TopNavBar.js index 78daa747..7b1ffa21 100644 --- a/themes/Medium/components/TopNavBar.js +++ b/themes/Medium/components/TopNavBar.js @@ -21,11 +21,11 @@ export default function TopNavBar (props) { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -
-
{link.name}
+
{link.name}
{link.slot}