diff --git a/FE/src/components/StockIndex/Card.tsx b/FE/src/components/StockIndex/Card.tsx index 9b49511..3edfa2f 100644 --- a/FE/src/components/StockIndex/Card.tsx +++ b/FE/src/components/StockIndex/Card.tsx @@ -48,7 +48,7 @@ export function Card({ name, id, initialData }: StockIndexChartProps) { }, [prices]); return ( -
+

{name}

{stockIndexValue.curr_value}

diff --git a/FE/src/components/StockIndex/index.tsx b/FE/src/components/StockIndex/index.tsx index dca7678..faf0a0f 100644 --- a/FE/src/components/StockIndex/index.tsx +++ b/FE/src/components/StockIndex/index.tsx @@ -14,7 +14,7 @@ export default function StockIndex() { const { KOSPI, KOSDAQ, KOSPI200, KSQ150 } = data; return ( -
+
diff --git a/FE/src/components/TopFive/index.tsx b/FE/src/components/TopFive/index.tsx index 1ebd80a..70900b8 100644 --- a/FE/src/components/TopFive/index.tsx +++ b/FE/src/components/TopFive/index.tsx @@ -21,7 +21,9 @@ export default function TopFive() { return (