diff --git a/apps/desktop/src/renderer/pages/DashboardPage.tsx b/apps/desktop/src/renderer/pages/DashboardPage.tsx index 8ca9677..b25aab9 100644 --- a/apps/desktop/src/renderer/pages/DashboardPage.tsx +++ b/apps/desktop/src/renderer/pages/DashboardPage.tsx @@ -17,7 +17,7 @@ import { Check, Cpu, } from 'lucide-react' -import { GradientWave, Led, MetalCard, PhosphorText, PhysicalButton, StatRing } from '@d3ro/ui/components/ds' +import { GradientWave, Led, MetalCard, PhosphorText, PhysicalButton, StatRing, TiltCard } from '@d3ro/ui/components/ds' import { EmptyStateCard, HistoryEntryCard } from '../components/shared' import { d3roPalette, d3roFontSans, d3roFontMono, d3roRadius, d3roTypo, typoSx } from '@d3ro/ui/theme' import { useI18n } from '@d3ro/i18n' @@ -221,7 +221,7 @@ export function DashboardPage(): React.ReactElement { return ( {/* ── 1. 히어로 카드 ─────────────────────────── */} - + {/* 상단 라인: 라벨 / 날짜 / 시스템 칩 */} @@ -305,12 +305,12 @@ export function DashboardPage(): React.ReactElement { - + {/* ── 2. 컬러 링 스탯 4타일 ───────────────────── */} {statTiles.map((tile) => ( - + {tile.icon} @@ -329,7 +329,7 @@ export function DashboardPage(): React.ReactElement { - + ))}