From 0b682d185f33c91afdafcbf0a43faf332c4ed703 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 2 Feb 2023 14:29:16 +0800 Subject: [PATCH] =?UTF-8?q?Medium=E4=B8=BB=E9=A2=98=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/medium/components/BottomMenuBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/medium/components/BottomMenuBar.js b/themes/medium/components/BottomMenuBar.js index 5be28e3d..83bdb83e 100644 --- a/themes/medium/components/BottomMenuBar.js +++ b/themes/medium/components/BottomMenuBar.js @@ -4,7 +4,7 @@ import JumpToTopButton from './JumpToTopButton' export default function BottomMenuBar ({ className }) { return ( -
+
@@ -21,5 +21,5 @@ export default function BottomMenuBar ({ className }) {
- ); + ) }