This commit is contained in:
parent
0fab52a16b
commit
e2515de76f
@ -70,7 +70,7 @@ export default function Navbar() {
|
|||||||
key={friend.id}
|
key={friend.id}
|
||||||
className="mt-2 bg-gray-500"
|
className="mt-2 bg-gray-500"
|
||||||
text={friend.name}
|
text={friend.name}
|
||||||
url={`/player/${friend.id}`}
|
url={`/player/${friend.id}/scoresaber/top/1`}
|
||||||
icon={
|
icon={
|
||||||
<Avatar
|
<Avatar
|
||||||
url={friend.profilePicture}
|
url={friend.profilePicture}
|
||||||
|
Loading…
Reference in New Issue
Block a user