Update src/components/player/SearchPlayer.tsx
All checks were successful
deploy / deploy (push) Successful in 49s

This commit is contained in:
Lee 2023-10-23 20:17:20 +00:00
parent 7a81a88c5b
commit b9c38846f4

@ -72,7 +72,7 @@ export default function SearchPlayer() {
<a
key={player.id}
className="flex min-w-[14rem] items-center gap-2 rounded-md p-2 transition-all hover:bg-gray-600"
href={`/player/${player.id}`}
href={`/player/${player.id}/scoresaber/top/1`}
>
<Avatar label="Account" size={40} url={player.profilePicture} />