Overhaul design

This commit is contained in:
2026-04-19 23:05:20 +02:00
parent 41334bbd9b
commit 24ade563db
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ const Navbar = ({ userName, profilePictureUrl }: NavbarProps) => {
<div className="flex items-center gap-3">
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Avatar>
<Avatar className="cursor-pointer">
<AvatarImage
src={profilePictureUrl}
alt={userName + ' profile image'}
@@ -68,7 +68,7 @@ const Navbar = ({ userName, profilePictureUrl }: NavbarProps) => {
</DropdownMenuGroup>
<DropdownMenuSeparator />
<DropdownMenuGroup>
<DropdownMenuItem asChild>
<DropdownMenuItem asChild variant="destructive">
<Link to="/logout">
<LogOut />
Log out