diff --git a/components/Drawer.js b/components/Drawer.js index b060de6a..208ad2a3 100644 --- a/components/Drawer.js +++ b/components/Drawer.js @@ -24,8 +24,8 @@ const Drawer = ({ post, currentTag, cRef, tags }) => { const handleMenuClick = () => { switchShowDrawer(!showDrawer) } - return
-
+ return <> +
{/* LOGO */} @@ -67,8 +67,8 @@ const Drawer = ({ post, currentTag, cRef, tags }) => {
{/* 背景蒙版 */} -
-
+ } export default Drawer diff --git a/components/DrawerRight.js b/components/DrawerRight.js index dcab61d2..a2450cc3 100644 --- a/components/DrawerRight.js +++ b/components/DrawerRight.js @@ -21,7 +21,7 @@ const DrawerRight = ({ post, cRef }) => { } return
-
+
{/* LOGO */} @@ -44,7 +44,7 @@ const DrawerRight = ({ post, cRef }) => {
{/* 背景蒙版 */} -
}