모의투자 메뉴 투자관리로 변경

This commit is contained in:
Macbook
2026-05-31 05:31:28 +09:00
parent 85d7fea457
commit ead97dad5d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ const IcVerificationBoard = () => (
const MENU_ITEMS: { page: MenuPage; label: string; icon: React.ReactNode }[] = [
{ page: 'dashboard', label: '대시보드', icon: <IcDashboard /> },
{ page: 'chart', label: '실시간차트', icon: <IcChart /> },
{ page: 'paper', label: '모의투자', icon: <IcPaper /> },
{ page: 'paper', label: '투자관리', icon: <IcPaper /> },
{ page: 'virtual', label: '가상매매', icon: <IcVirtual /> },
{ page: 'trend-search', label: '추세검색', icon: <IcTrendSearch /> },
{ page: 'strategy-editor', label: '전략편집기', icon: <IcStrategyEditor /> },