i hate grids.
All checks were successful
Deploy SSR / deploy (push) Successful in 1m11s

This commit is contained in:
Lee
2024-09-12 18:47:19 +01:00
parent 8da9ec73d1
commit 17c40edc3a
3 changed files with 32 additions and 30 deletions

View File

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