Fix typo Fedivserse

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-10 17:22:28 +04:00
parent d052056e8d
commit fe870824ed
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -33,6 +33,9 @@ export default function KatRezoNou({tit, img, soutit, ko, lyen}) {
<Typography color='primary' variant='h6' component='div'> <Typography color='primary' variant='h6' component='div'>
{tit} {tit}
</Typography> </Typography>
<Typography gutterBottom variant='caption' component='div'>
{`${img}.o-k-i.net`}
</Typography>
<Typography variant='h6' component='div'> <Typography variant='h6' component='div'>
{soutit} {soutit}
</Typography> </Typography>
+3 -3
View File
@@ -18,7 +18,7 @@ function BootstrapDialogTitle(props) {
const {children, onClose, ...other} = props const {children, onClose, ...other} = props
return ( return (
<DialogTitle sx={{m: 0, p: 2}} {...other}> <DialogTitle sx={{m: 0, p: 2, textAlign: 'center'}} {...other}>
{children} {children}
{onClose ? ( {onClose ? (
<IconButton <IconButton
@@ -59,7 +59,7 @@ export default function RezoDialog() {
return ( return (
<div> <div>
<Button variant='outlined' size='large' endIcon={<PublicIcon />} onClick={handleClickOpen}> <Button variant='outlined' size='large' endIcon={<PublicIcon />} onClick={handleClickOpen}>
Fediverse o-k-i.net <strong>Fediverse</strong>
</Button> </Button>
<Dialog <Dialog
fullScreen={fullScreen} fullScreen={fullScreen}
@@ -68,7 +68,7 @@ export default function RezoDialog() {
onClose={handleClose} onClose={handleClose}
> >
<BootstrapDialogTitle id='rézo-dialog' onClose={handleClose}> <BootstrapDialogTitle id='rézo-dialog' onClose={handleClose}>
Nos instances sur le fediverse <strong>o-k-i.net</strong> #OKi sur le <strong>Fediverse</strong>
</BootstrapDialogTitle> </BootstrapDialogTitle>
<DialogContent> <DialogContent>
<Box> <Box>