feat : set depth & multipv

This commit is contained in:
GuillaumeSD
2024-02-24 01:20:39 +01:00
parent 89ca7d8f13
commit 6156e4a228
13 changed files with 318 additions and 142 deletions

View File

@@ -19,11 +19,11 @@ export default function GameReport() {
item
container
rowGap={2}
paddingLeft={{ xs: 0, md: 6 }}
paddingLeft={{ xs: 0, lg: 6 }}
justifyContent="center"
alignItems="center"
xs={12}
md={6}
lg={6}
>
<Grid
container