Add Zwézo network

This commit is contained in:
2022-06-12 20:03:13 +04:00
parent dd08454acc
commit 6d432ad845
3 changed files with 19 additions and 7 deletions
+5
View File
@@ -9,6 +9,7 @@ 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'
import zwezo from '../public/captures/zwezo.png'
export default function RezoImaj({tit, img, open, setOpen}) {
const isSmallDevice = useMediaQuery('(max-width:1160px)')
@@ -17,6 +18,10 @@ export default function RezoImaj({tit, img, open, setOpen}) {
return lyannaj
}
if (source === 'zwezo') {
return zwezo
}
if (source === 'pale') {
return pale
}
+14 -7
View File
@@ -40,6 +40,20 @@ export const rezoLis = [
]
export const rezoNou = [
{
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: 'Zwézo',
img: 'zwezo',
soutit: 'Twitter sur le Fediverse',
ko: 'Permet de suivre un compte Twitter depuis le Fediverse',
lyen: 'https://zwezo.o-k-i.net/'
},
{
tit: 'Lyannaj',
img: 'lyannaj',
@@ -81,12 +95,5 @@ export const rezoNou = [
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: 36 KiB