Skip to content

Commit 39ac9ae

Browse files
committed
Changed Link Path to User Profile Page instead of User Page
1 parent 7b0a299 commit 39ac9ae

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

client/src/components/ui/popups/user_friends_select_popup.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ function UserFriendsSelectPopup({
5656
{/* Text column */}
5757
<div className="flex min-w-0 flex-1 flex-col">
5858
{/* Name */}
59-
<Link href="/user_friends">
59+
{/* Replace below with logic to forward to unique profile of other user */}
60+
<Link href="/user_profile_page">
6061
<h2 className="cursor-pointer truncate pl-5 pt-3 text-2xl font-bold hover:text-gray-900 hover:underline">
6162
{item.username}
6263
</h2>
6364
</Link>
65+
6466
{/* other */}
6567
<div className="mt-1 grid grid-cols-2 pl-5 pt-1">
6668
<p className="truncate text-gray-500"> User: {item.id}</p>

0 commit comments

Comments
 (0)