From d6762dc66ff3318e951316015ef8acf964cbfc34 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 15 Mar 2022 13:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=8A=A8=E6=80=81=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Hexo/components/MenuButtonGroupTop.js | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/themes/Hexo/components/MenuButtonGroupTop.js b/themes/Hexo/components/MenuButtonGroupTop.js index 54307132..efa2d2da 100644 --- a/themes/Hexo/components/MenuButtonGroupTop.js +++ b/themes/Hexo/components/MenuButtonGroupTop.js @@ -19,20 +19,20 @@ const MenuButtonGroupTop = (props) => { } return +
+ +
{link.name}
+
+ + + } else { + return null + } + })} + } export default MenuButtonGroupTop