diff --git a/src/components/Navbars/components/Navigation/DesktopNav.js b/src/components/Navbars/components/Navigation/DesktopNav.js index fc8dba05..fa9f53cd 100644 --- a/src/components/Navbars/components/Navigation/DesktopNav.js +++ b/src/components/Navbars/components/Navigation/DesktopNav.js @@ -46,7 +46,7 @@ const DesktopNav = memo(({ isAuthenticated, user }) => { return ( {/* 高频跟踪 */} - + { {/* 行情复盘 */} - + { {/* AGENT社群 */} - + }> AGENT社群 @@ -183,7 +183,7 @@ const DesktopNav = memo(({ isAuthenticated, user }) => { {/* 联系我们 */} - + }> 联系我们 diff --git a/src/components/Navbars/components/Navigation/MoreMenu.js b/src/components/Navbars/components/Navigation/MoreMenu.js index b6b24ed3..13c6ebd4 100644 --- a/src/components/Navbars/components/Navigation/MoreMenu.js +++ b/src/components/Navbars/components/Navigation/MoreMenu.js @@ -37,7 +37,7 @@ const MoreMenu = memo(({ isAuthenticated, user }) => { if (!isAuthenticated || !user) return null; return ( - + { }; return ( - +