update href on navbar
All checks were successful
deploy / deploy (push) Successful in 48s

This commit is contained in:
Lee 2023-10-23 19:02:08 +01:00
parent 0fab52a16b
commit e2515de76f

@ -70,7 +70,7 @@ export default function Navbar() {
key={friend.id}
className="mt-2 bg-gray-500"
text={friend.name}
url={`/player/${friend.id}`}
url={`/player/${friend.id}/scoresaber/top/1`}
icon={
<Avatar
url={friend.profilePicture}