diff --git a/src/components/Navbars/HomeNavbar.js b/src/components/Navbars/HomeNavbar.js index 8b017bf7..dbc27f9f 100644 --- a/src/components/Navbars/HomeNavbar.js +++ b/src/components/Navbars/HomeNavbar.js @@ -57,14 +57,14 @@ const SecondaryNav = ({ showCompletenessAlert }) => { '/community': { title: '高频跟踪', items: [ - { path: '/community', label: '新闻催化分析', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, + { path: '/community', label: '事件中心', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, { path: '/concepts', label: '概念中心', badges: [{ text: 'NEW', colorScheme: 'red' }] } ] }, '/concepts': { title: '高频跟踪', items: [ - { path: '/community', label: '新闻催化分析', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, + { path: '/community', label: '事件中心', badges: [{ text: 'HOT', colorScheme: 'green' }, { text: 'NEW', colorScheme: 'red' }] }, { path: '/concepts', label: '概念中心', badges: [{ text: 'NEW', colorScheme: 'red' }] } ] }, @@ -217,7 +217,7 @@ const MoreNavMenu = ({ isAuthenticated, user }) => { bg={location.pathname.includes('/community') ? 'blue.50' : 'transparent'} > - 新闻催化分析 + 事件中心 HOT NEW @@ -333,7 +333,7 @@ const NavItems = ({ isAuthenticated, user }) => { fontWeight={location.pathname.includes('/community') ? 'bold' : 'normal'} > - 新闻催化分析 + 事件中心 HOT NEW @@ -1352,7 +1352,7 @@ export default function HomeNavbar() { fontWeight={location.pathname.includes('/community') ? 'bold' : 'normal'} > - 新闻催化分析 + 事件中心 HOT NEW