diff --git a/themes/hexo/components/MenuItemDrop.js b/themes/hexo/components/MenuItemDrop.js
index c4193acb..476baadf 100644
--- a/themes/hexo/components/MenuItemDrop.js
+++ b/themes/hexo/components/MenuItemDrop.js
@@ -27,7 +27,7 @@ export const MenuItemDrop = ({ link }) => {
>}
{/* 子菜单 */}
- {hasSubMenu &&
+ {hasSubMenu &&
{link.subMenus.map(sLink => {
return -
diff --git a/themes/hexo/components/TopNav.js b/themes/hexo/components/TopNav.js
index d2be3cce..1e790cdd 100644
--- a/themes/hexo/components/TopNav.js
+++ b/themes/hexo/components/TopNav.js
@@ -133,7 +133,7 @@ const TopNav = props => {
{/* 导航栏 */}
-
+
diff --git a/themes/matery/components/MenuItemDrop.js b/themes/matery/components/MenuItemDrop.js
index 9a324f5d..a4a2858a 100644
--- a/themes/matery/components/MenuItemDrop.js
+++ b/themes/matery/components/MenuItemDrop.js
@@ -27,7 +27,7 @@ export const MenuItemDrop = ({ link }) => {
>}
{/* 子菜单 */}
- {hasSubMenu &&
+ {hasSubMenu &&
{link.subMenus.map(sLink => {
return -