Skip to content

Commit 65b14db

Browse files
committed
remove my purchases
1 parent 1ab0c7c commit 65b14db

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

frontend/components/navbar/UserProfileDropdown.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,6 @@ export function UserProfileDropdown({ isOpen, onClose }: UserProfileDropdownProp
6262
<Bookmark className="h-5 w-5" />
6363
<span>Saved Listings</span>
6464
</Link>
65-
66-
<Link
67-
href="/"
68-
onClick={onClose}
69-
className={cn(
70-
"flex items-center gap-3 rounded-b-md px-3 py-3 text-sm",
71-
"hover:bg-accent hover:text-accent-foreground transition-colors"
72-
)}
73-
role="menuitem"
74-
>
75-
<ClipboardList className="h-5 w-5" />
76-
<span>My Purchases</span>
77-
</Link>
7865
</div>
7966
);
8067
}

0 commit comments

Comments
 (0)