Add lyannaj link and image

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-06-02 07:41:07 +04:00
parent d1a8bd16ae
commit a4536993f6
3 changed files with 24 additions and 12 deletions
+5
View File
@@ -2,6 +2,7 @@ import PropTypes from 'prop-types'
import Backdrop from '@mui/material/Backdrop'
import Image from 'next/image'
import useMediaQuery from '@mui/material/useMediaQuery'
import lyannaj from '../public/captures/lyannaj.png'
import pale from '../public/captures/pale.png'
import gade from '../public/captures/gade.png'
import ouwe from '../public/captures/ouwe.png'
@@ -12,6 +13,10 @@ import mizik from '../public/captures/mizik.png'
export default function RezoImaj({tit, img, open, setOpen}) {
const isSmallDevice = useMediaQuery('(max-width:1160px)')
const getSource = source => {
if (source === 'lyannaj') {
return lyannaj
}
if (source === 'pale') {
return pale
}
+19 -12
View File
@@ -40,6 +40,13 @@ export const rezoLis = [
]
export const rezoNou = [
{
tit: 'Lyannaj',
img: 'lyannaj',
soutit: 'Alternative pour Reddit',
ko: 'Partage de liens et discussions les concernant',
lyen: 'https://lyannaj.o-k-i.net/'
},
{
tit: 'Palé',
img: 'pale',
@@ -48,11 +55,11 @@ export const rezoNou = [
lyen: 'https://pale.o-k-i.net/timeline/local'
},
{
tit: 'Gadé',
img: 'gade',
soutit: 'Alternative pour YouTube',
ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"',
lyen: 'https://gade.o-k-i.net/'
tit: 'Mobilizé',
img: 'mobilize',
soutit: 'Alternative pour les groupes Facebook',
ko: 'Permet de trouver, créer et organiser des événements',
lyen: 'https://mobilize.o-k-i.net/'
},
{
tit: 'Ou Wè',
@@ -68,18 +75,18 @@ export const rezoNou = [
ko: 'Créez votre blog et postez vos articles sur le Fediverse',
lyen: 'https://ekriti.o-k-i.net'
},
{
tit: 'Mobilizé',
img: 'mobilize',
soutit: 'Alternative pour les groupes Facebook',
ko: 'Permet de trouver, créer et organiser des événements',
lyen: 'https://mobilize.o-k-i.net/'
},
{
tit: 'Mizik',
img: 'mizik',
soutit: 'Alternative pour SoundCloud',
ko: 'Streaming gratuit et sans inscription obligatoire',
lyen: 'https://mizik.o-k-i.net/'
},
{
tit: 'Gadé',
img: 'gade',
soutit: 'Alternative pour YouTube',
ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"',
lyen: 'https://gade.o-k-i.net/'
}
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB