This commit is contained in:
parent
6513ba3e15
commit
4f4828196d
@ -204,11 +204,14 @@ export default function Player({ params }: { params: { id: string } }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-[1fr_6fr_3fr] p-2"
|
className="grid grid-cols-[.95fr_6fr_3fr] pb-2 pt-2"
|
||||||
key={id}
|
key={id}
|
||||||
>
|
>
|
||||||
<div className="flex flex-col items-center justify-center">
|
<div className="ml-4 flex flex-col items-start justify-center">
|
||||||
<p>#{score.rank}</p>
|
<div className="flex flex-row items-center justify-start gap-1">
|
||||||
|
<GlobeAsiaAustraliaIcon width={20} height={20} />
|
||||||
|
<p>#{score.rank}</p>
|
||||||
|
</div>
|
||||||
<p className="text-sm text-gray-300">
|
<p className="text-sm text-gray-300">
|
||||||
{moment(score.timeSet).fromNow()}
|
{moment(score.timeSet).fromNow()}
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user