cleanup
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m7s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m7s
This commit is contained in:
@ -97,7 +97,7 @@ export default function Mini({ type, player, shouldUpdate }: MiniProps) {
|
||||
<Link
|
||||
key={index}
|
||||
href={`/player/${playerRanking.id}`}
|
||||
className="grid gap-2 grid-cols-[auto_1fr_auto] items-center bg-accent px-2 py-1.5 cursor-pointer transform-gpu transition-all hover:brightness-75 first:rounded-t last:rounded-b"
|
||||
className="grid gap-2 grid-cols-[auto_1fr_auto] items-center bg-accent px-2 py-1.5 cursor-pointer transform-gpu transition-all hover:brightness-50 first:rounded-t last:rounded-b"
|
||||
>
|
||||
<p className="text-gray-400">#{formatNumberWithCommas(rank)}</p>
|
||||
<div className="flex gap-2 items-center">
|
||||
|
@ -67,13 +67,13 @@ export default function RankingData({ initialPage, country, initialPageData }: R
|
||||
<table className="table w-full table-auto border-spacing-2 border-none text-left">
|
||||
<thead>
|
||||
<tr>
|
||||
<th className="px-4 py-2">Rank</th>
|
||||
<th className="px-4 py-2">Player</th>
|
||||
<th className="px-4 py-2 text-center">Performance Points</th>
|
||||
<th className="px-4 py-2 text-center">Total Plays</th>
|
||||
<th className="px-4 py-2 text-center">Total Ranked Plays</th>
|
||||
<th className="px-4 py-2 text-center">Avg Ranked Accuracy</th>
|
||||
<th className="px-4 py-2 text-center">Weekly Change</th>
|
||||
<th className="px-2 py-1">Rank</th>
|
||||
<th className="px-2 py-1">Player</th>
|
||||
<th className="px-2 py-1 text-center">Performance Points</th>
|
||||
<th className="px-2 py-1 text-center">Total Plays</th>
|
||||
<th className="px-2 py-1 text-center">Total Ranked Plays</th>
|
||||
<th className="px-2 py-1 text-center">Avg Ranked Accuracy</th>
|
||||
<th className="px-2 py-1 text-center">Weekly Change</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="border-none">
|
||||
|
Reference in New Issue
Block a user