Fix typo Fedivserse
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user