bg update

This commit is contained in:
Owen Rees
2023-08-17 21:02:23 +02:00
parent c83db6a303
commit 2633813611
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function TournamentsDisplay({
useHydrateAtoms([[tournamentsAtom, tournaments]]); useHydrateAtoms([[tournamentsAtom, tournaments]]);
return ( return (
<main className="relative grid h-full w-full lg:grid-cols-2"> <main className="relative grid h-full w-full ">
<div> <div>
<TournamentMap /> <TournamentMap />
</div> </div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 KiB

After

Width:  |  Height:  |  Size: 515 KiB