File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -440,18 +440,14 @@ const ProjectSidebarInner: React.FC<ProjectSidebarProps> = ({
440440 < >
441441 < div className = "border-dark flex items-center justify-between border-b p-4" >
442442 < h2 className = "text-foreground m-0 text-lg font-medium" > Projects</ h2 >
443- < Tooltip >
444- < TooltipTrigger asChild >
445- < button
446- onClick = { onAddProject }
447- aria-label = "Add project"
448- className = "text-secondary hover:bg-hover hover:border-border-light flex h-6 w-6 cursor-pointer items-center justify-center rounded border border-transparent bg-transparent p-0 text-2xl transition-all duration-200"
449- >
450- +
451- </ button >
452- </ TooltipTrigger >
453- < TooltipContent align = "end" > Add Project</ TooltipContent >
454- </ Tooltip >
443+ < button
444+ onClick = { onAddProject }
445+ aria-label = "Add project"
446+ className = "text-secondary hover:bg-hover hover:border-border-light flex cursor-pointer items-center gap-1 rounded border border-transparent bg-transparent px-1.5 py-0.5 text-sm transition-all duration-200"
447+ >
448+ < span className = "text-base leading-none" > +</ span >
449+ < span > New Project</ span >
450+ </ button >
455451 </ div >
456452 < div className = "flex-1 overflow-y-auto" >
457453 { projects . size === 0 ? (
You can’t perform that action at this time.
0 commit comments