diff options
Diffstat (limited to 'components/project')
| -rw-r--r-- | components/project/ProjectList.tsx | 2 |
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> |
