This commit is contained in:
parent
832f4eebe5
commit
ad162cbe3f
@ -148,7 +148,7 @@ export default function GlobalRanking({ page, country }: GlobalRankingProps) {
|
||||
{players.map((player) => (
|
||||
<tr
|
||||
key={player.rank}
|
||||
className="border-b border-gray-800"
|
||||
className="border-b border-gray-700"
|
||||
>
|
||||
<PlayerRanking
|
||||
showCountryFlag={country ? false : true}
|
||||
|
@ -128,7 +128,7 @@ export default function Scores({ playerData, page, sortType }: ScoresProps) {
|
||||
<Spinner />
|
||||
</div>
|
||||
) : (
|
||||
<div className="grid grid-cols-1 divide-y divide-gray-800">
|
||||
<div className="grid grid-cols-1 divide-y divide-gray-700">
|
||||
{!scores.loading && scores.scores.length == 0 ? (
|
||||
<p className="text-red-400">{errorMessage}</p>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user