Skip to content

Commit 66e1f8a

Browse files
binbanditclaude
authored andcommitted
fix(web): add pointer cursor to add project button (pingdotgg#1220)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent beb3f63 commit 66e1f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ export default function Sidebar() {
17051705
type="button"
17061706
aria-label="Add project"
17071707
aria-pressed={shouldShowProjectPathEntry}
1708-
className="inline-flex size-5 items-center justify-center rounded-md text-muted-foreground/60 transition-colors hover:bg-accent hover:text-foreground"
1708+
className="inline-flex size-5 cursor-pointer items-center justify-center rounded-md text-muted-foreground/60 transition-colors hover:bg-accent hover:text-foreground"
17091709
onClick={handleStartAddProject}
17101710
/>
17111711
}

0 commit comments

Comments
 (0)