Change SesyonDialog title
This commit is contained in:
@@ -96,11 +96,11 @@ export default function SesyonDialog({ouve, handleFemen}) {
|
|||||||
<div>
|
<div>
|
||||||
<Dialog aria-labelledby='customized-dialog-title' open={ouve} onClose={handleFemen}>
|
<Dialog aria-labelledby='customized-dialog-title' open={ouve} onClose={handleFemen}>
|
||||||
<DialogTitle style={{textAlign: 'center'}} id='customized-dialog-title' onClose={handleFemen}>
|
<DialogTitle style={{textAlign: 'center'}} id='customized-dialog-title' onClose={handleFemen}>
|
||||||
Nous rejoindre
|
Groupe Session
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Typography gutterBottom style={{textAlign: 'center', fontWeight: 'bold'}}>
|
<Typography gutterBottom style={{textAlign: 'center', fontWeight: 'bold'}}>
|
||||||
Télécharger l’application
|
Télécharger Session
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box style={{display: 'flex', flexDirection: 'column', justifyContent: 'space-between'}}>
|
<Box style={{display: 'flex', flexDirection: 'column', justifyContent: 'space-between'}}>
|
||||||
<Box style={{display: 'flex', justifyContent: 'space-around'}}>
|
<Box style={{display: 'flex', justifyContent: 'space-around'}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user