From de1dc185ea1710e074eb01ad7348bb51f9b7c31f Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 26 Mar 2023 15:56:34 +0800 Subject: [PATCH] simple-menu --- themes/simple/components/MenuItemDrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/simple/components/MenuItemDrop.js b/themes/simple/components/MenuItemDrop.js index 8be2d7e7..3367828d 100644 --- a/themes/simple/components/MenuItemDrop.js +++ b/themes/simple/components/MenuItemDrop.js @@ -31,7 +31,7 @@ export const MenuItemDrop = ({ link }) => { {link.subMenus.map(sLink => { return
  • - {link?.icon &&   }{sLink.title} + {sLink?.icon &&   }{sLink.title}
  • })}