From 8fb3c771b47c98c198acce7ca5d46dd1fe82157c Mon Sep 17 00:00:00 2001 From: doggopawer Date: Tue, 21 Nov 2023 22:11:13 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20MyCardDescriptionSection=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyCardDescriptionSection.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/(root)/(routes)/mypage/suggestions/[myCardId]/components/my-card-description-section/MyCardDescriptionSection.tsx b/src/app/(root)/(routes)/mypage/suggestions/[myCardId]/components/my-card-description-section/MyCardDescriptionSection.tsx index f7794fb5..5fff3a7d 100644 --- a/src/app/(root)/(routes)/mypage/suggestions/[myCardId]/components/my-card-description-section/MyCardDescriptionSection.tsx +++ b/src/app/(root)/(routes)/mypage/suggestions/[myCardId]/components/my-card-description-section/MyCardDescriptionSection.tsx @@ -2,7 +2,7 @@ import formatDistanceToNow from 'date-fns/formatDistanceToNow' import koLocale from 'date-fns/locale/ko' import Link from 'next/link' import Badge from '@/components/ui/badge' -import Card, { CardFlex, CardImage, CardText } from '@/components/ui/card' +import { CardFlex, CardImage, CardText } from '@/components/ui/card' import AppPath from '@/config/appPath' import { CardDetail } from '@/types/card' @@ -24,16 +24,16 @@ const MyCardDescriptionSection = ({ createdAt, }, }: MyCardDescriptionSection) => ( - -
+ +
-
+
- + {cardTitle} {status === 'TRADE_AVAILABLE' ? (