start sidebar

This commit is contained in:
Ishaan Dey
2024-04-09 00:50:48 -04:00
parent 5c4d114f14
commit d874813586
5 changed files with 48 additions and 9 deletions

View File

@ -12,7 +12,7 @@ export default function Navbar() {
</button>
<div className="text-sm font-medium flex items-center">
My React Project{" "}
<div className="h-7 w-7 ml-1 flex items-center justify-center transition-colors bg-transparent hover:bg-muted-foreground/25 rounded-md">
<div className="h-7 w-7 ml-1 flex items-center justify-center transition-colors bg-transparent hover:bg-muted-foreground/25 cursor-pointer rounded-md">
<Pencil className="w-4 h-4" />
</div>
</div>