Fix typo Fedivserse
This commit is contained in:
@@ -18,7 +18,7 @@ function BootstrapDialogTitle(props) {
|
||||
const {children, onClose, ...other} = props
|
||||
|
||||
return (
|
||||
<DialogTitle sx={{m: 0, p: 2}} {...other}>
|
||||
<DialogTitle sx={{m: 0, p: 2, textAlign: 'center'}} {...other}>
|
||||
{children}
|
||||
{onClose ? (
|
||||
<IconButton
|
||||
@@ -59,7 +59,7 @@ export default function RezoDialog() {
|
||||
return (
|
||||
<div>
|
||||
<Button variant='outlined' size='large' endIcon={<PublicIcon />} onClick={handleClickOpen}>
|
||||
Fediverse o-k-i.net
|
||||
<strong>Fediverse</strong>
|
||||
</Button>
|
||||
<Dialog
|
||||
fullScreen={fullScreen}
|
||||
@@ -68,7 +68,7 @@ export default function RezoDialog() {
|
||||
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>
|
||||
<DialogContent>
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user