We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb3f63 commit 66e1f8aCopy full SHA for 66e1f8a
1 file changed
apps/web/src/components/Sidebar.tsx
@@ -1705,7 +1705,7 @@ export default function Sidebar() {
1705
type="button"
1706
aria-label="Add project"
1707
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"
+ 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"
1709
onClick={handleStartAddProject}
1710
/>
1711
}
0 commit comments