From 3ecc3679957bf705fa5303d1f4781e937dd70d90 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 15 Mar 2022 13:35:34 +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/LogoBar.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/Medium/components/LogoBar.js b/themes/Medium/components/LogoBar.js index ed622890..9bb3aa30 100644 --- a/themes/Medium/components/LogoBar.js +++ b/themes/Medium/components/LogoBar.js @@ -2,11 +2,9 @@ import BLOG from '@/blog.config' import Link from 'next/link' export default function LogoBar () { - return
-
+ return
}