From 9bd7fa78df1b513edf3e00f66cd1156b806b5895 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 5 Jan 2022 11:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95hover=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MenuButtonGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MenuButtonGroup.js b/components/MenuButtonGroup.js index 50e93f32..7180d7dd 100644 --- a/components/MenuButtonGroup.js +++ b/components/MenuButtonGroup.js @@ -21,7 +21,7 @@ const MenuButtonGroup = ({ allowCollapse = false }) => { if (link.show) { const selected = (router.pathname === link.to) || (router.asPath === link.to) return -