fix global ranking page redirecting to the wrong place when clicking a player
All checks were successful
deploy / deploy (push) Successful in 59s
All checks were successful
deploy / deploy (push) Successful in 59s
This commit is contained in:
parent
17aa622da8
commit
574f265d01
@ -142,7 +142,7 @@ export default function Player({ params }: { params: { id: string } }) {
|
||||
/>{" "}
|
||||
<Link
|
||||
className="transform-gpu transition-all hover:text-blue-500"
|
||||
href={"/players/" + player.id}
|
||||
href={"/player/" + player.id}
|
||||
>
|
||||
<p>{player.name}</p>
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user