diff --git a/src/views/EventDetail/index.js b/src/views/EventDetail/index.js index e18e3b61..da05c530 100644 --- a/src/views/EventDetail/index.js +++ b/src/views/EventDetail/index.js @@ -65,7 +65,8 @@ import EventHeader from './components/EventHeader'; import RelatedConcepts from './components/RelatedConcepts'; import HistoricalEvents from './components/HistoricalEvents'; import RelatedStocks from './components/RelatedStocks'; -import HomeNavbar from '../../components/Navbars/HomeNavbar'; +// Navigation bar now provided by MainLayout +// import HomeNavbar from '../../components/Navbars/HomeNavbar'; import SubscriptionUpgradeModal from '../../components/SubscriptionUpgradeModal'; import { useAuth } from '../../contexts/AuthContext'; import { useSubscription } from '../../hooks/useSubscription'; @@ -563,7 +564,7 @@ const EventDetail = () => { // 主要内容 return ( - + {/* Navigation bar provided by MainLayout */} {/* 事件基本信息 */}