We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada79c4 commit 2aee2caCopy full SHA for 2aee2ca
1 file changed
app/(with-sidebar)/plans/page.tsx
@@ -58,7 +58,7 @@ const Page = () => {
58
{/* 왼쪽: 텍스트 영역 */}
59
<div className="flex flex-col gap-1">
60
<span className="text-text-sub text-sm font-medium">
61
- 전체 플랜 수
+ 진행중인 플랜 수
62
</span>
63
<span className="text-4xl font-bold text-[#7B44C4]">1</span>
64
</div>
@@ -72,7 +72,7 @@ const Page = () => {
72
73
74
75
+ 완료된 플랜 수
76
77
<span className="text-4xl font-bold text-[#00841F]">1</span>
78
0 commit comments