From 3d86afe001dd092c7a9eeff73bc63764be9008f9 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 16 Mar 2022 12:20:00 +0800 Subject: [PATCH] =?UTF-8?q?medium=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/medium/components/LogoBar.js | 2 +- themes/medium/components/TopNavBar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/medium/components/LogoBar.js b/themes/medium/components/LogoBar.js index 9bb3aa30..c2719a76 100644 --- a/themes/medium/components/LogoBar.js +++ b/themes/medium/components/LogoBar.js @@ -4,7 +4,7 @@ import Link from 'next/link' export default function LogoBar () { return
- {BLOG.TITLE} + {BLOG.TITLE}
} diff --git a/themes/medium/components/TopNavBar.js b/themes/medium/components/TopNavBar.js index 1d31d251..69dfb3ce 100644 --- a/themes/medium/components/TopNavBar.js +++ b/themes/medium/components/TopNavBar.js @@ -21,7 +21,7 @@ export default function TopNavBar (props) { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -