Update button title for creating new project

This commit is contained in:
Haileyesus Dessie
2026-01-01 14:46:09 +03:00
committed by GitHub
parent 29783f609f
commit efae890e34

View File

@@ -604,7 +604,7 @@ function Sidebar({
size="sm" size="sm"
className="flex-1 h-8 text-xs bg-primary hover:bg-primary/90 transition-all duration-200" className="flex-1 h-8 text-xs bg-primary hover:bg-primary/90 transition-all duration-200"
onClick={() => setShowNewProject(true)} onClick={() => setShowNewProject(true)}
title="Create new project (Ctrl+N)" title="Create new project"
> >
<FolderPlus className="w-3.5 h-3.5 mr-1.5" /> <FolderPlus className="w-3.5 h-3.5 mr-1.5" />
New Project New Project
@@ -1394,4 +1394,4 @@ function Sidebar({
); );
} }
export default Sidebar; export default Sidebar;