Add ouwè and ékriti to RezoList
This commit is contained in:
@@ -4,6 +4,8 @@ import Image from 'next/image'
|
||||
import useMediaQuery from '@mui/material/useMediaQuery'
|
||||
import pale from '../public/captures/pale.png'
|
||||
import gade from '../public/captures/gade.png'
|
||||
import ouwe from '../public/captures/ouwe.png'
|
||||
import ekriti from '../public/captures/ekriti.png'
|
||||
import mobilize from '../public/captures/mobilize.png'
|
||||
import mizik from '../public/captures/mizik.png'
|
||||
|
||||
@@ -18,6 +20,14 @@ export default function RezoImaj({tit, img, open, setOpen}) {
|
||||
return gade
|
||||
}
|
||||
|
||||
if (source === 'ouwe') {
|
||||
return ouwe
|
||||
}
|
||||
|
||||
if (source === 'ekriti') {
|
||||
return ekriti
|
||||
}
|
||||
|
||||
if (source === 'mobilize') {
|
||||
return mobilize
|
||||
}
|
||||
|
||||
@@ -54,6 +54,20 @@ export const rezoNou = [
|
||||
ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"',
|
||||
lyen: 'https://gade.o-k-i.net/'
|
||||
},
|
||||
{
|
||||
tit: 'Ou Wè',
|
||||
img: 'ouwe',
|
||||
soutit: 'Alternative pour Instagram',
|
||||
ko: 'Partage de photos et d’images sur le Fediverse',
|
||||
lyen: 'https://ouwe.o-k-i.net/'
|
||||
},
|
||||
{
|
||||
tit: 'Ékriti',
|
||||
img: 'ekriti',
|
||||
soutit: 'Alternative pour Tumblr ou Blogger',
|
||||
ko: 'Créez votre blog et postez vos articles sur le Fediverse',
|
||||
lyen: 'https://ekriti.o-k-i.net'
|
||||
},
|
||||
{
|
||||
tit: 'Mobilizé',
|
||||
img: 'mobilize',
|
||||
|
||||
Reference in New Issue
Block a user