summaryrefslogtreecommitdiff
path: root/components/project
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-15 12:52:11 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-15 12:52:11 +0000
commitb54f6f03150dd78d86db62201b6386bf14b72394 (patch)
treeb3092bb34805fdc65eee5282e86a9fb90ba20d6e /components/project
parentc1bd1a2f499ee2f0742170021b37dab410983ab7 (diff)
(대표님) 커버, 데이터룸, 파일매니저, 담당자할당 등
Diffstat (limited to 'components/project')
-rw-r--r--components/project/ProjectList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/project/ProjectList.tsx b/components/project/ProjectList.tsx
index e267b21c..5c01070e 100644
--- a/components/project/ProjectList.tsx
+++ b/components/project/ProjectList.tsx
@@ -237,7 +237,7 @@ const fetchProjects = async () => {
{/* Header */}
<div className="flex items-center justify-between mb-6">
<div>
- <h1 className="text-3xl font-bold">Projects</h1>
+ <h1 className="text-2xl font-bold">Projects</h1>
<p className="text-muted-foreground mt-1">
Manage files and collaborate with your team
</p>