fix country rank in the player page embed
All checks were successful
Deploy / deploy (push) Successful in 5m4s

This commit is contained in:
Lee 2024-09-30 13:37:20 +01:00
parent 38702da204
commit 9097d254f1

@ -79,7 +79,7 @@ export async function generateMetadata(props: Props): Promise<Metadata> {
title: `ScoreSaber Reloaded - ${player.name}`,
description: `
PP: ${formatPp(player.pp)}pp
Rank: #${formatNumberWithCommas(player.rank)} (#${formatPp(player.countryRank)} ${player.country})
Rank: #${formatNumberWithCommas(player.rank)} (#${formatNumberWithCommas(player.countryRank)} ${player.country})
Joined ScoreSaber: ${format(player.joinedDate, { date: "medium", time: "short" })}
View the scores for ${player.name}!`,