mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
Improved zone selection
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
import GameSettings from "@/components/admin/gameSettings";
|
||||
import PenaltySettings from "@/components/admin/penaltySettings";
|
||||
import { useAdminConnexion } from "@/context/adminConnexionContext";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
@@ -13,12 +12,13 @@ export default function AdminPage() {
|
||||
useProtect();
|
||||
|
||||
return (
|
||||
<div className='min-h-full bg-gray-200 p-10 flex flex-row content-start gap-5'>
|
||||
<div className='h-full bg-gray-200 p-10 flex flex-row gap-5'>
|
||||
<div className="h-full w-2/6">
|
||||
<GameSettings />
|
||||
</div>
|
||||
<ZoneSelector />
|
||||
<PenaltySettings />
|
||||
<div className="h-full w-full">
|
||||
<ZoneSelector />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user