diff --git a/web/src/components/layout/RightPanel.tsx b/web/src/components/layout/RightPanel.tsx index ad62dd5..9deeacb 100644 --- a/web/src/components/layout/RightPanel.tsx +++ b/web/src/components/layout/RightPanel.tsx @@ -3,7 +3,7 @@ import { ArrowRight } from 'lucide-react'; import { useAppContext } from '../../context/AppContext'; import { fetchNews, type NewsArticle as MarketNewsArticle } from '../../lib/marketApi'; import { SkeletonBlock, SkeletonText } from '../Skeleton'; -import { Button } from '../ui/button'; +import { Button } from '../ui/Primitives'; // ─── Portfolio Summary ──────────────────────────────────────────────────────── @@ -61,8 +61,18 @@ function PortfolioSummary() { {/* Rows */} {positions.length === 0 ? ( -