update default project description for clarity and remove the default color

This commit is contained in:
Mo Tarbin
2026-01-31 01:23:46 -05:00
parent 9ff94a4402
commit 24a219853e

View File

@@ -673,8 +673,7 @@ const ProjectView = () => {
project={{
id: 'default',
name: 'Default Project',
description: 'All uncategorized tasks',
color: '#1976d2',
description: 'All tasks without a specific project',
icon: 'FolderOpen',
created_by: userProfile?.id,
}}