From a9d1149b48f7fd0e58f48195cd0f6f89a5edd82f Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 9 Mar 2023 17:21:27 +0800 Subject: [PATCH] css --- themes/simple/components/DropMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/simple/components/DropMenu.js b/themes/simple/components/DropMenu.js index 389c3d1b..ad4865eb 100644 --- a/themes/simple/components/DropMenu.js +++ b/themes/simple/components/DropMenu.js @@ -27,7 +27,7 @@ export const DropMenu = ({ link }) => { {link.subMenus.map(sLink => { return
  • - {sLink.title} + {sLink.title}
  • })}