Add lyannaj link and image
This commit is contained in:
@@ -2,6 +2,7 @@ import PropTypes from 'prop-types'
|
|||||||
import Backdrop from '@mui/material/Backdrop'
|
import Backdrop from '@mui/material/Backdrop'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
import useMediaQuery from '@mui/material/useMediaQuery'
|
import useMediaQuery from '@mui/material/useMediaQuery'
|
||||||
|
import lyannaj from '../public/captures/lyannaj.png'
|
||||||
import pale from '../public/captures/pale.png'
|
import pale from '../public/captures/pale.png'
|
||||||
import gade from '../public/captures/gade.png'
|
import gade from '../public/captures/gade.png'
|
||||||
import ouwe from '../public/captures/ouwe.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}) {
|
export default function RezoImaj({tit, img, open, setOpen}) {
|
||||||
const isSmallDevice = useMediaQuery('(max-width:1160px)')
|
const isSmallDevice = useMediaQuery('(max-width:1160px)')
|
||||||
const getSource = source => {
|
const getSource = source => {
|
||||||
|
if (source === 'lyannaj') {
|
||||||
|
return lyannaj
|
||||||
|
}
|
||||||
|
|
||||||
if (source === 'pale') {
|
if (source === 'pale') {
|
||||||
return pale
|
return pale
|
||||||
}
|
}
|
||||||
|
|||||||
+19
-12
@@ -40,6 +40,13 @@ export const rezoLis = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
export const rezoNou = [
|
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é',
|
tit: 'Palé',
|
||||||
img: 'pale',
|
img: 'pale',
|
||||||
@@ -48,11 +55,11 @@ export const rezoNou = [
|
|||||||
lyen: 'https://pale.o-k-i.net/timeline/local'
|
lyen: 'https://pale.o-k-i.net/timeline/local'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tit: 'Gadé',
|
tit: 'Mobilizé',
|
||||||
img: 'gade',
|
img: 'mobilize',
|
||||||
soutit: 'Alternative pour YouTube',
|
soutit: 'Alternative pour les groupes Facebook',
|
||||||
ko: 'Vous pouvez commenter les vidéos avec un compte "Palé"',
|
ko: 'Permet de trouver, créer et organiser des événements',
|
||||||
lyen: 'https://gade.o-k-i.net/'
|
lyen: 'https://mobilize.o-k-i.net/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
tit: 'Ou Wè',
|
tit: 'Ou Wè',
|
||||||
@@ -68,18 +75,18 @@ export const rezoNou = [
|
|||||||
ko: 'Créez votre blog et postez vos articles sur le Fediverse',
|
ko: 'Créez votre blog et postez vos articles sur le Fediverse',
|
||||||
lyen: 'https://ekriti.o-k-i.net'
|
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',
|
tit: 'Mizik',
|
||||||
img: 'mizik',
|
img: 'mizik',
|
||||||
soutit: 'Alternative pour SoundCloud',
|
soutit: 'Alternative pour SoundCloud',
|
||||||
ko: 'Streaming gratuit et sans inscription obligatoire',
|
ko: 'Streaming gratuit et sans inscription obligatoire',
|
||||||
lyen: 'https://mizik.o-k-i.net/'
|
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 |
Reference in New Issue
Block a user