From 36912041cb5daf830a09ef9ac533a7027d2d0c6c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 4 Jan 2022 11:18:31 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=8F=9C=E5=8D=95key?= 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 9216b8b1..5dc10959 100644 --- a/components/MenuButtonGroup.js +++ b/components/MenuButtonGroup.js @@ -14,7 +14,7 @@ const MenuButtonGroup = ({ allowCollapse = false }) => { { id: 1, icon: faArchive, name: locale.NAV.ARCHIVE, to: '/archive', show: BLOG.menu.showArchive }, { id: 2, icon: faThList, name: locale.COMMON.CATEGORY, to: '/category', show: BLOG.menu.showCategory }, { id: 3, icon: faTag, name: locale.COMMON.TAGS, to: '/tag', show: BLOG.menu.showTag }, - { id: 2, icon: faInfoCircle, name: locale.NAV.ABOUT, to: '/about', show: BLOG.menu.showAbout } + { id: 4, icon: faInfoCircle, name: locale.NAV.ABOUT, to: '/about', show: BLOG.menu.showAbout } ] return