We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0a299 commit 39ac9aeCopy full SHA for 39ac9ae
1 file changed
client/src/components/ui/popups/user_friends_select_popup.tsx
@@ -56,11 +56,13 @@ function UserFriendsSelectPopup({
56
{/* Text column */}
57
<div className="flex min-w-0 flex-1 flex-col">
58
{/* Name */}
59
- <Link href="/user_friends">
+ {/* Replace below with logic to forward to unique profile of other user */}
60
+ <Link href="/user_profile_page">
61
<h2 className="cursor-pointer truncate pl-5 pt-3 text-2xl font-bold hover:text-gray-900 hover:underline">
62
{item.username}
63
</h2>
64
</Link>
65
+
66
{/* other */}
67
<div className="mt-1 grid grid-cols-2 pl-5 pt-1">
68
<p className="truncate text-gray-500"> User: {item.id}</p>
0 commit comments