Skip to content

Commit 2aee2ca

Browse files
committed
refactor: 계획 관리 페이지 카드 안의 타이틀 수정
1 parent ada79c4 commit 2aee2ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/(with-sidebar)/plans/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Page = () => {
5858
{/* 왼쪽: 텍스트 영역 */}
5959
<div className="flex flex-col gap-1">
6060
<span className="text-text-sub text-sm font-medium">
61-
전체 플랜 수
61+
진행중인 플랜 수
6262
</span>
6363
<span className="text-4xl font-bold text-[#7B44C4]">1</span>
6464
</div>
@@ -72,7 +72,7 @@ const Page = () => {
7272
{/* 왼쪽: 텍스트 영역 */}
7373
<div className="flex flex-col gap-1">
7474
<span className="text-text-sub text-sm font-medium">
75-
전체 플랜 수
75+
완료된 플랜 수
7676
</span>
7777
<span className="text-4xl font-bold text-[#00841F]">1</span>
7878
</div>

0 commit comments

Comments
 (0)