From dc7937fe43d6f660590b2fa9a731964801f3e250 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Feb 2022 12:24:37 +0800 Subject: [PATCH] =?UTF-8?q?Medium=20=E9=A1=B6=E9=83=A8=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=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 205d2be3..89ebb857 100644 --- a/themes/Medium/components/TopNavBar.js +++ b/themes/Medium/components/TopNavBar.js @@ -21,8 +21,8 @@ export default function TopNavBar (props) { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return - +
{link.name}