diff --git a/src/shared/ui/card.tsx b/src/shared/ui/card.tsx index b49adc0..7086fba 100644 --- a/src/shared/ui/card.tsx +++ b/src/shared/ui/card.tsx @@ -7,7 +7,7 @@ interface CardProps extends React.HTMLAttributes { const Card = ({ className, children, ...props }: CardProps) => (
router.push(`/${id}`)} > -
-
-

{name}

-
+
+
+

{name}

+
-

{weather.temperature}°

+

{weather.temperature}°

-
-

+

+

{slope ? `운행중인 슬로프 ${slope}개` : '개장일이 곧 공개될 예정이에요'}

{weather.description}