Fix html hydrate error

This commit is contained in:
2026-04-16 13:56:39 +04:00
parent cf5c3294fd
commit a2bb9ffc3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ function Koneksyon({chimen}) {
<Typography gutterBottom textAlign='center'>Connectez-vous avec</Typography>
<Grid container alignItems='center' justifyContent='center' columnSpacing={{xs: 1, sm: 2, md: 3}}>
{PROVIDERS.map(({id, title, width, height}) => (
<Grid key={id} item marginTop={1}>
<Grid key={id} marginTop={1}>
<LoginProvider id={id} title={title} width={width} height={height} callbackUrl={`${siteUrl}${chimen}`} />
</Grid>
))}