feat(lotto): 분석탭 → 자료실 라벨 + 첫 진입 모든 패널 접힘

This commit is contained in:
2026-05-11 09:03:10 +09:00
parent ff7ac48c6b
commit 0bf1233e96
3 changed files with 55 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ import SwipeableView from '../../components/SwipeableView';
const TABS = [
{ id: 'briefing', label: '🗓 이번 주 브리핑' },
{ id: 'analysis', label: '📊 분석·통계' },
{ id: 'analysis', label: '📚 자료실 / Deep Dive' },
{ id: 'purchase', label: '💰 구매·성과' },
];