mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-06 16:57:33 +00:00
Update button title for creating new project
This commit is contained in:
committed by
GitHub
parent
29783f609f
commit
efae890e34
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user