smaller gap in score card
All checks were successful
Deploy SSR / deploy (push) Successful in 1m11s

This commit is contained in:
Lee 2024-09-12 23:46:15 +01:00
parent 33d29f5253
commit e852ac864d

@ -109,7 +109,7 @@ export default function PlayerScores({ initialScoreData, player, sort, page }: P
}
return (
<Card className="flex gap-4">
<Card className="flex gap-1">
<div className="flex items-center flex-row w-full gap-2 justify-center">
{Object.values(scoreSort).map((sortOption, index) => (
<Button