map length corrected

This commit is contained in:
Owen Rees
2023-06-22 09:45:07 +02:00
parent 40081c86ed
commit ae805e5d80
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function TournamentMap({ tournamentData }: TournamentDataProps) {
return (
<section
id="tournament-map"
className="grid h-[calc(100vh-153px)] md:h-[calc(100vh-83px)] lg:h-[calc(100vh-174px)]"
className="grid h-[calc(100vh-153px)] md:h-[calc(100vh-83px)] lg:h-[calc(100vh-173px)]"
>
<MapContainer
center={center}